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