Update desktop.scss

This commit is contained in:
Joe 2018-08-13 16:07:26 +08:00 committed by GitHub
parent b672f970cb
commit 6b31a8c17a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,20 @@
.vmo {
display: none;
display: none;
}
@if $Fixed_mode == "true" {
.d-dropdown {
top: 38.5px !important;
}
.d-header {
margin-top: 38.5px;
}
.top-menu {
position: fixed;
width: 100%;
z-index: z("header") + 1;
}
#main-outlet {
padding-top: 8.65em;
}
}