Create common.scss
This commit is contained in:
parent
4284b0be89
commit
d5c56d235f
|
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue