code refactor

This commit is contained in:
MaysWind
2023-06-23 13:23:10 +08:00
parent 37195f6008
commit 626325066d
55 changed files with 3144 additions and 1310 deletions
@@ -0,0 +1,43 @@
/** Materio Template base classes **/
/** https://github.com/themeselection/materio-vuetify-vuejs-admin-template-free **/
@use "sass:map";
// Layout
@use "./vertical-nav";
@use "./default-layout";
@use "./default-layout-w-vertical-nav";
// Layouts package
@use "./layouts";
// Components
@use "./components";
// Utilities
@use "./utilities";
// Misc
@use "./misc";
// Dark
@use "./dark";
// libs
@use "./libs/perfect-scrollbar";
a {
color: rgb(var(--v-theme-primary));
text-decoration: none;
}
// Vuetify 3 don't provide margin bottom style like vuetify 2
p {
margin-block-end: 1rem;
}
// Iconify icon size
svg.iconify {
block-size: 1em;
inline-size: 1em;
}