mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Alternative for 18559 (#19052)
This commit is contained in:
parent
32e20dfaaa
commit
132d15d748
@ -123,7 +123,6 @@ header .grid {
|
|||||||
|
|
||||||
.menu li a {
|
.menu li a {
|
||||||
@include box-sizing(border-box);
|
@include box-sizing(border-box);
|
||||||
@include transition(all 0.25s linear);
|
|
||||||
display: block;
|
display: block;
|
||||||
padding: 32px 12px;
|
padding: 32px 12px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -137,8 +136,7 @@ header .grid {
|
|||||||
background: $site-background;
|
background: $site-background;
|
||||||
box-shadow: inset 0px 5px $navigation-color;
|
box-shadow: inset 0px 5px $navigation-color;
|
||||||
color: $navigation-color;
|
color: $navigation-color;
|
||||||
padding-top: 40px;
|
padding-bottom: 22px;
|
||||||
padding-bottom: 24px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.toggle {
|
.toggle {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user