Feat/controllers - refactor entire backend and new admin interface #75

Merged
KevinMidboe merged 117 commits from feat/controllers into master 2021-02-19 00:19:52 +00:00
Showing only changes of commit 9b2d0f2d31 - Show all commits

View File

@@ -80,6 +80,7 @@ a {
> *:not(:last-child) { > *:not(:last-child) {
margin-right: 2rem; margin-right: 2rem;
margin-bottom: 0.75rem;
} }
&.column { &.column {
@@ -92,6 +93,10 @@ a {
} }
} }
&.small > button {
height: min-content;
}
@include mobile { @include mobile {
&:not(.row) { &:not(.row) {
flex-direction: column; flex-direction: column;
@@ -99,7 +104,7 @@ a {
> *:not(:last-child) { > *:not(:last-child) {
margin-right: unset; margin-right: unset;
margin-bottom: .75rem; margin-bottom: 0.75rem;
} }
} }
} }