File tree Expand file tree Collapse file tree
src/assets/less/main/general Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -589,28 +589,28 @@ body.padTop53 {
589589# menu .active > a > .fa .arrow : before {
590590 content : "\f107" ;
591591}
592- # menu li > ul {
593- position : absolute;
594- width : 200px ;
595- top : 0 ;
596- left : 100% ;
597- z-index : 1000 ;
598- background : # 444 ;
599- border-top-width : 0 ;
600- padding : 5px 0 ;
601- }
602- # menu > li ul > li {
603- padding : 5px 10px ;
604- }
605- .side-right # menu li > ul {
606- left : auto;
607- right : 100% ;
608- }
609592@media (min-width : 768px ) {
610593 # menu > li > a > .fa .arrow {
611594 display : none;
612595 visibility : hidden;
613596 }
597+ # menu li > ul {
598+ position : absolute;
599+ width : 200px ;
600+ top : 0 ;
601+ left : 100% ;
602+ z-index : 1000 ;
603+ background : # 444 ;
604+ border-top-width : 0 ;
605+ padding : 5px 0 ;
606+ }
607+ # menu > li ul > li {
608+ padding : 5px 10px ;
609+ }
610+ .side-right # menu li > ul {
611+ left : auto;
612+ right : 100% ;
613+ }
614614}
615615@media (min-width : 992px ) {
616616 # menu > li > a > .fa .arrow {
Original file line number Diff line number Diff line change 182182 content : " \f107 " ;
183183 }
184184
185+ @media (min-width : @screen-tablet ){
186+ > li > a > .fa.arrow {
187+ display : none ;
188+ visibility : hidden ;
189+ }
190+
185191 li > ul {
186192 position : absolute ;
187193 width : 200px ;
201207 left : auto ;
202208 right : 100% ;
203209 }
204- @media (min-width : @screen-tablet ){
205- > li > a > .fa.arrow {
206- display : none ;
207- visibility : hidden ;
208- }
209210 }
210211 @media (min-width : @screen-desktop ){
211212 > li > a > .fa.arrow {
You can’t perform that action at this time.
0 commit comments