mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-02 03:59:29 +00:00
Move adminContent into admin component
This commit is contained in:
@@ -1,3 +1,18 @@
|
|||||||
|
.adminContent {
|
||||||
|
min-height: 91vh;
|
||||||
|
background-color: $admin-bg;
|
||||||
|
padding: .5rem 1rem 0 1rem;
|
||||||
|
|
||||||
|
@include respond-to('medium') {
|
||||||
|
padding-left: 2rem;
|
||||||
|
padding-right: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
@include respond-to('large') {
|
||||||
|
margin-left: 20vw;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.adminItem {
|
.adminItem {
|
||||||
padding: .7rem;
|
padding: .7rem;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
|||||||
@@ -1,8 +1,3 @@
|
|||||||
.adminContent {
|
|
||||||
min-height: 91vh;
|
|
||||||
background-color: $admin-bg;
|
|
||||||
padding: .5rem 1rem 0 1rem;
|
|
||||||
|
|
||||||
.dashboard__stats {
|
.dashboard__stats {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(2, 1fr);
|
grid-template-columns: repeat(2, 1fr);
|
||||||
@@ -23,8 +18,3 @@
|
|||||||
grid-template-columns: repeat(4, 1fr);
|
grid-template-columns: repeat(4, 1fr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include respond-to('large') {
|
|
||||||
margin-left: 20vw;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user