[SSE mobile] Add rtl styles

This commit is contained in:
SergeyEzhin 2022-04-19 20:00:15 +04:00
parent 037f2b4293
commit 158394342f
3 changed files with 8 additions and 1 deletions

View file

@ -117,6 +117,7 @@
.list li.no-indicator .item-link .item-inner {
padding-right: 0;
padding-left: 15px;
}
.numbers, .bullets, .multilevels {
@ -174,6 +175,10 @@
.wrap-comment {
padding: 16px 16px 0 24px;
}
.inline-labels .item-label + .item-input-wrap, .inline-label .item-label + .item-input-wrap, .inline-labels .item-floating-label + .item-input-wrap, .inline-label .item-floating-label + .item-input-wrap {
margin-right: 0;
}
}
@media (max-width: 550px) {

View file

@ -15,7 +15,8 @@ window.jQuery = jQuery;
window.$ = jQuery;
// Import Framework7 Styles
import 'framework7/framework7-bundle.css';
// import 'framework7/framework7-bundle.css';
import 'framework7/framework7-bundle-rtl.css';
// Import App Custom Styles
import './less/app.less';

View file

@ -3,6 +3,7 @@
@import '../../../../common/mobile/resources/less/_mixins.less';
@import '../../../../common/mobile/resources/less/colors-table.less';
@import '../../../../common/mobile/resources/less/colors-table-dark.less';
@import './app.rtl.less';
// @themeColor: #40865c;
@brandColor: var(--brand-cell);