mirror of
https://github.com/discourse/discourse-custom-header-links.git
synced 2025-07-02 03:02:09 +00:00
Create common.scss
This commit is contained in:
parent
4284b0be89
commit
d5c56d235f
28
common/common.scss
Normal file
28
common/common.scss
Normal 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
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user