mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-21 06:51:19 +08:00
ce3ca1bd45
Signed-off-by: MiniDigger <admin@benndorf.dev>
15 lines
388 B
SCSS
15 lines
388 B
SCSS
// Ref: https://github.com/nuxt-community/vuetify-module#customvariables
|
|
//
|
|
// The variables you want to modify
|
|
// $font-size-root: 20px;
|
|
// !!!!---No imports in this file---!!!!
|
|
//@import '~vue-cli-plugin-vuetify-preset-reply/preset/variables.scss';
|
|
|
|
@import '~vuetify/src/styles/styles.sass';
|
|
|
|
$container-max-widths: (
|
|
'md': 1000px,
|
|
'lg': 1500px,
|
|
'xl': 1680px
|
|
)
|