Create mobile.scss

This commit is contained in:
Joe 2018-08-12 13:14:46 +08:00 committed by GitHub
parent d8b68f5e29
commit d592b5762b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
mobile/mobile.scss Normal file
View File

@ -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;
}