You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
789 B
35 lines
789 B
// Carousel_rtl |
|
@mbl-carousel-margin-rtl: ~"2px 0px 2px 4px"; |
|
|
|
// IconContainer_rtl |
|
@mbl-icon-container-right-rtl: -2px; |
|
|
|
// IconMenu_rtl-compat |
|
@mbl-border-radius-rtl: 6px; |
|
|
|
// TabBar_rtl-compat |
|
@mbl-moz-border-radius-rtl: 5px; |
|
|
|
// TabBar_rtl |
|
@mbl-border-width-rtl: ~"1px 0px 1px 1px !important"; |
|
@mbl-tb-border-radius-rtl: 5px; |
|
|
|
// ThemeID |
|
@theme-id: ios7; |
|
|
|
// Switch_rtl-compat |
|
@mbl-bg-image-r-rtl: ~"url(compat/switch-square-r.gif)"; |
|
@mbl-bg-image-l-rtl: ~"url(compat/switch-square-l.gif)"; |
|
|
|
// Switch_rtl |
|
@mbl-switchOn-left-rtl: -53px; |
|
@mbl-switchBg-left-rtl: 53px; |
|
@mbl-switch-knob-rtl: 53px; |
|
@mbl-switch-text-right-rtl: -40px; |
|
|
|
// ToolBarButton_rtl |
|
@mbl-toolbar-right-arrow-rtl: -1px; |
|
@mbl-toolbar-left-arrow-rtl: -2px; |
|
|
|
// ProgressIndicator_rtl |
|
@mbl-progress-center-left-rtl: 50%;
|
|
|