diff --git a/frontend/src/assets/scss/custom/gradido-custom/_spacing.scss b/frontend/src/assets/scss/custom/gradido-custom/_spacing.scss index 2569048a8..eaafdcb22 100644 --- a/frontend/src/assets/scss/custom/gradido-custom/_spacing.scss +++ b/frontend/src/assets/scss/custom/gradido-custom/_spacing.scss @@ -33,8 +33,11 @@ $spacers: map.merge( $sizes: () !default; $sizes: map.merge( ( + 10: 10%, + 15: 15%, 25: 25%, 50: 50%, + 60: 60%, 75: 75%, 100: 100% ), diff --git a/frontend/src/layouts/DashboardLayout.vue b/frontend/src/layouts/DashboardLayout.vue index 8e778ab01..990bba49a 100755 --- a/frontend/src/layouts/DashboardLayout.vue +++ b/frontend/src/layouts/DashboardLayout.vue @@ -1,39 +1,68 @@ @@ -156,6 +185,12 @@ export default { padding-left: 10px; } .bg-lightgrey { - background-color: #f0f0f0; + background-color: #f0f0f0 !important; +} +.bg-blueviolet { + background-color: blueviolet !important; +} +.width70 { + width: 70px; }