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 9913b5984a - Show all commits

View File

@@ -1,3 +1,5 @@
@import "@/styles/media-queries.scss";
.flex {
display: flex;
@@ -7,6 +9,10 @@
&.row {
flex-direction: row;
@include mobile {
flex-direction: column;
}
}
&.wrap {
@@ -43,4 +49,4 @@
&-right {
float: right;
}
}
}