Refactor: layout

This commit is contained in:
2022-11-04 17:44:32 +01:00
parent 56820b25c6
commit f5d0734e84
11 changed files with 121 additions and 61 deletions

View File

@@ -2,3 +2,11 @@
//
// The variables you want to modify
// $font-size-root: 20px;
@use "sass:map";
@import '~vuetify/src/styles/styles.sass';
.v-card {
border-radius: map.get($rounded, "lg") !important;
box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%) !important;
}