mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-03 00:58:19 +00:00
Added dashboard page
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.adminNav {
|
||||
display: flex;
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
@@ -11,8 +11,6 @@
|
||||
padding: 3rem 0;
|
||||
padding-top: 5rem;
|
||||
|
||||
display: none;
|
||||
|
||||
a {
|
||||
color: white;
|
||||
}
|
||||
@@ -20,6 +18,7 @@
|
||||
&__profile {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-bottom: 4rem;
|
||||
|
||||
img {
|
||||
border-radius: 100%;
|
||||
@@ -36,6 +35,10 @@
|
||||
align-self: flex-end;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@include respond-to('large') {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&__items {
|
||||
|
||||
Reference in New Issue
Block a user