Move to appConfig, Vuetify 3

This commit is contained in:
2024-01-27 19:17:30 +03:00
parent 4ac1fd9574
commit 1f7c8f0ed4
29 changed files with 1329 additions and 1323 deletions
+2 -3
View File
@@ -1,10 +1,9 @@
// Libraries.
@use '@fortawesome/fontawesome-svg-core/styles.css' as fontawesome;
@use 'bootstrap' with (
$grid-breakpoints: (
xs: 0,
sm: 601px,
md: 996px,
md: 961px,
lg: 1281px,
xl: 1921px,
xxl: 2561px
@@ -56,7 +55,7 @@ body {
// Entry point (Vue mount).
#ender-app {
flex: 1;
flex: 1 1 0;
image-rendering: auto;
}