Create common.scss

This commit is contained in:
Joe 2018-06-24 14:55:11 +08:00 committed by GitHub
parent 4284b0be89
commit d5c56d235f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

28
common/common.scss Normal file
View File

@ -0,0 +1,28 @@
@import "common/foundation/variables";
.headerLink {
float: left;
margin-right: 5px;
list-style: none;
a {
border: none;
padding: 6px 12px;
color: $primary;
font-size: $font-up-1;
line-height: $line-height-medium;
}
}
.d-header {
.header-buttons,
.title {
display: flex;
align-items: center;
}
}
.desktop-view .vmo,
.mobile-view .vdo {
display: none !important
}