mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 18:19:25 +00:00
Add adminItem__title component
This commit is contained in:
@@ -19,6 +19,17 @@
|
||||
padding: .7rem;
|
||||
background-color: white;
|
||||
border-radius: 15px;
|
||||
|
||||
div &__title {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
|
||||
@include respond-to('medium') {
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.adminSection {
|
||||
|
||||
Reference in New Issue
Block a user