mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-08 01:00:36 +08:00
first commit
This commit is contained in:
1
src/styles/styles.scss
Normal file
1
src/styles/styles.scss
Normal file
@@ -0,0 +1 @@
|
||||
// Write your overrides
|
||||
6
src/styles/variables/_template.scss
Normal file
6
src/styles/variables/_template.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
@forward "@core/scss/template/variables";
|
||||
|
||||
// ℹ️ Remove above import and uncomment below to override core variables.
|
||||
// @forward "@core/scss/template/variables" with (
|
||||
// $<variable-name>: <variable-value>
|
||||
// )
|
||||
7
src/styles/variables/_vuetify.scss
Normal file
7
src/styles/variables/_vuetify.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
// ❗ Path must be relative
|
||||
@forward "../../@core/scss/template/libs/vuetify/variables";
|
||||
|
||||
// ℹ️ Remove above import and uncomment below to override core variables.
|
||||
// @forward "../../@core/scss/template/libs/vuetify/variables" with (
|
||||
// $<variable-name>: <variable-value>
|
||||
// )
|
||||
Reference in New Issue
Block a user