Feat/controllers - refactor entire backend and new admin interface #75
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user