mirror of
https://github.com/discourse/discourse-custom-header-links.git
synced 2025-07-08 05:42:10 +00:00
DEV: style clean up
This commit is contained in:
parent
caa4b16439
commit
e5054ac549
@ -1,28 +1,26 @@
|
|||||||
@import "common/foundation/variables";
|
@import "common/foundation/variables";
|
||||||
|
|
||||||
.headerLink {
|
.headerLink {
|
||||||
float: left;
|
list-style: none;
|
||||||
margin-right: 5px;
|
a {
|
||||||
list-style: none;
|
padding: 6px 10px;
|
||||||
|
color: $primary;
|
||||||
a {
|
font-size: $font-up-1;
|
||||||
border: none;
|
}
|
||||||
padding: 6px 10px;
|
|
||||||
color: $primary;
|
|
||||||
font-size: $font-up-1;
|
|
||||||
line-height: $line-height-medium;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.d-header {
|
.d-header {
|
||||||
.header-buttons,
|
&.hide-menus {
|
||||||
.title {
|
.headerLink:not(.keep) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.header-buttons {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.desktop-view .vmo,
|
.desktop-view .vmo,
|
||||||
.mobile-view .vdo {
|
.mobile-view .vdo {
|
||||||
display: none !important
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user