mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-02 08:19:31 +00:00
Cleanup admin nav and header styling
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
left: 13%;
|
left: 13%;
|
||||||
color: $primary-colour;
|
color: $primary-colour;
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
@include respond-to('large') {
|
@include respond-to('large') {
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
@@ -12,10 +12,6 @@
|
|||||||
padding-top: 5rem;
|
padding-top: 5rem;
|
||||||
z-index: 50;
|
z-index: 50;
|
||||||
|
|
||||||
a {
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__profile {
|
&__profile {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
@@ -5,6 +5,11 @@
|
|||||||
padding: 2rem 0;
|
padding: 2rem 0;
|
||||||
border-bottom: 1px solid white;
|
border-bottom: 1px solid white;
|
||||||
width: 70%;
|
width: 70%;
|
||||||
|
color: white;
|
||||||
|
|
||||||
|
&.current {
|
||||||
|
background-color: $primary-colour-dark;
|
||||||
|
}
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
border: none;
|
border: none;
|
||||||
@@ -12,5 +17,6 @@
|
|||||||
|
|
||||||
@include on-event() {
|
@include on-event() {
|
||||||
background-color: $primary-colour-dark;
|
background-color: $primary-colour-dark;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user