mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-12 16:14:25 +03:00
OCD
This commit is contained in:
parent
67b9d393db
commit
a1ef78e7f9
@ -45,8 +45,8 @@
|
|||||||
}
|
}
|
||||||
.nav-item.active .nav-label,
|
.nav-item.active .nav-label,
|
||||||
.nav-item:hover .nav-label {
|
.nav-item:hover .nav-label {
|
||||||
color: rgba(255,255,255,0.9);
|
color: #fff;
|
||||||
background: darken($darkgrey, 7%);
|
background: darken($darkgrey, 9%);
|
||||||
@include transition(color 0.1s, background 0.1s);
|
@include transition(color 0.1s, background 0.1s);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@
|
|||||||
|
|
||||||
.floatingheader {
|
.floatingheader {
|
||||||
box-shadow:
|
box-shadow:
|
||||||
rgba(0,0,0,0.02) 0 1px 2px,
|
rgba(0,0,0,0.03) 0 1px 3px,
|
||||||
rgba(255, 255, 255, 0.5) 0 -1px 0 inset;
|
rgba(255, 255, 255, 0.5) 0 -1px 0 inset;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
@ -112,7 +112,7 @@
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-left: -40%;
|
margin-left: -40%;
|
||||||
box-shadow: rgba(0,0,0,0.02) 0 2px 2px;
|
box-shadow: rgba(0,0,0,0.03) 0 2px 3px;
|
||||||
}
|
}
|
||||||
&:after {
|
&:after {
|
||||||
content: "";
|
content: "";
|
||||||
@ -122,7 +122,7 @@
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-left: -15%;
|
margin-left: -15%;
|
||||||
box-shadow: rgba(0,0,0,0.02) 0 3px 3px;
|
box-shadow: rgba(0,0,0,0.02) 0 3px 4px;
|
||||||
}
|
}
|
||||||
} // .floatingheader
|
} // .floatingheader
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user