1
0
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:
2022-02-08 20:21:18 +00:00
parent 2c64ac3dd8
commit 2a9e39f4a4
3 changed files with 7 additions and 4 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;
} }
} }