We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355f77d commit 3fc086dCopy full SHA for 3fc086d
src/sass/common/header.scss
@@ -21,6 +21,7 @@
21
#language_select {
22
select {
23
padding: 0px;
24
+ @include BIDIR_VALUE(float, right, left);
25
}
26
27
a {
@@ -99,14 +100,23 @@
99
100
101
102
- .main-nav > li > ul {
103
- margin: -20px -1px;
+ .main-nav {
104
+ > li > ul {
105
+ margin: -20px -1px;
106
+ }
107
+ .nav-caret {
108
+ @include BIDIR_PROP(right, left, -68px);
109
+ @include BIDIR_PROP(left, right, initial);
110
111
112
.topMenuBalance {
113
visibility: hidden;
114
- .main-account > .account-type {
- white-space: nowrap;
115
+ #main-logout {
116
117
+ .main-account > .account-type {
118
+ white-space: nowrap;
119
120
121
#all-accounts {
122
z-index: 99;
0 commit comments