Refactor: layout
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user