1
0
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:
2022-02-04 23:44:05 +00:00
parent 15fd143477
commit e07e323bd8
7 changed files with 217 additions and 5 deletions

View File

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