1
0
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:
2022-03-03 01:52:26 +00:00
parent fbb4b7bccd
commit 6879622bea

View File

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