Create mobile.scss
This commit is contained in:
parent
d8b68f5e29
commit
d592b5762b
|
@ -0,0 +1,20 @@
|
||||||
|
@import "common/foundation/variables";
|
||||||
|
|
||||||
|
.top-menu {
|
||||||
|
.wrap > a {
|
||||||
|
font-size: $font-0;
|
||||||
|
padding: 10px 8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-menu .wrap>a:first-of-type {
|
||||||
|
margin-left: -10px;
|
||||||
|
|
||||||
|
.rtl & {
|
||||||
|
margin-right: -10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.vdo {
|
||||||
|
display: none;
|
||||||
|
}
|
Loading…
Reference in New Issue