mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-14 17:00:17 +08:00
Compare commits
1 Commits
codex/rest
...
revert-752
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a4202e3e01 |
@@ -1,5 +1,3 @@
|
||||
@use '../variables' as *;
|
||||
|
||||
//
|
||||
// Light Buttons
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
@use '../variables' as *;
|
||||
|
||||
// Outline Card
|
||||
.v-card--variant-outlined {
|
||||
border-color: rgba(var(--v-theme-borderLight), 0.36);
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
@use '../variables' as *;
|
||||
|
||||
.v-field--variant-outlined .v-field__outline__start.v-locale--is-ltr,
|
||||
.v-locale--is-ltr .v-field--variant-outlined .v-field__outline__start {
|
||||
border-radius: $border-radius-root 0 0 $border-radius-root;
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
@use '../variables' as *;
|
||||
|
||||
.elevation-10 {
|
||||
box-shadow: $box-shadow !important;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
@use '../variables' as *;
|
||||
|
||||
.theme-tab {
|
||||
&.v-tabs {
|
||||
.v-tab {
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
@use '../variables' as *;
|
||||
|
||||
html {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
@use '../variables' as *;
|
||||
|
||||
/*This is for the logo*/
|
||||
.leftSidebar {
|
||||
border: 0px;
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
@use './variables';
|
||||
@use 'vuetify/styles/main.sass';
|
||||
@use './override';
|
||||
@use './layout/container';
|
||||
@use './layout/sidebar';
|
||||
@import './variables';
|
||||
@import 'vuetify/styles/main.sass';
|
||||
@import './override';
|
||||
@import './layout/container';
|
||||
@import './layout/sidebar';
|
||||
|
||||
@use './components/VButtons';
|
||||
@use './components/VCard';
|
||||
@use './components/VField';
|
||||
@use './components/VInput';
|
||||
@use './components/VNavigationDrawer';
|
||||
@use './components/VShadow';
|
||||
@use './components/VTextField';
|
||||
@use './components/VTabs';
|
||||
@use './components/VScrollbar';
|
||||
@use './components/CodeBlockDark';
|
||||
@import './components/VButtons';
|
||||
@import './components/VCard';
|
||||
@import './components/VField';
|
||||
@import './components/VInput';
|
||||
@import './components/VNavigationDrawer';
|
||||
@import './components/VShadow';
|
||||
@import './components/VTextField';
|
||||
@import './components/VTabs';
|
||||
@import './components/VScrollbar';
|
||||
@import './components/CodeBlockDark';
|
||||
|
||||
@use './pages/dashboards';
|
||||
@import './pages/dashboards';
|
||||
|
||||
html, body {
|
||||
overscroll-behavior-y: none;
|
||||
|
||||
Reference in New Issue
Block a user