|
|
@ -1,18 +1,25 @@
|
|
|
|
/* variables */
|
|
|
|
/* variables */
|
|
|
|
:root {
|
|
|
|
:root {
|
|
|
|
|
|
|
|
/* paddings */
|
|
|
|
--padding-sm: 10px;
|
|
|
|
--padding-sm: 10px;
|
|
|
|
--padding: 20px;
|
|
|
|
--padding: 20px;
|
|
|
|
--padding-lg: 50px;
|
|
|
|
--padding-lg: 50px;
|
|
|
|
--padding-xl: 100px;
|
|
|
|
--padding-xl: 100px;
|
|
|
|
--padding-xxl: 200px;
|
|
|
|
--padding-xxl: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
body, body[data-theme="light"] {
|
|
|
|
/* color palette */
|
|
|
|
--theme-color: #2463EB;
|
|
|
|
--theme-color: #2463EB;
|
|
|
|
--theme-color-dilluted: rgba(36, 99, 235, 0.1);
|
|
|
|
|
|
|
|
--theme-color-500: rgba(36, 99, 235, 0.5);
|
|
|
|
--theme-color-500: rgba(36, 99, 235, 0.5);
|
|
|
|
|
|
|
|
--theme-color-dilluted: rgba(36, 99, 235, 0.1);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--warning: rgb(255, 163, 25);
|
|
|
|
|
|
|
|
--danger: rgb(255, 117, 117);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* shadows */
|
|
|
|
--box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
|
|
|
|
--box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
body, body[data-theme="light"] {
|
|
|
|
|
|
|
|
|
|
|
|
--background-color: #F3F4F6;
|
|
|
|
--background-color: #F3F4F6;
|
|
|
|
--background-color-light: #1044b427;
|
|
|
|
--background-color-light: #1044b427;
|
|
|
@ -22,13 +29,7 @@ body, body[data-theme="light"] {
|
|
|
|
--text-color: black;
|
|
|
|
--text-color: black;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
body, body[data-theme="dark"] {
|
|
|
|
body, body[data-theme="dark"] {
|
|
|
|
--theme-color: #2463EB;
|
|
|
|
|
|
|
|
--theme-color-dilluted: rgba(36, 99, 235, 0.1);
|
|
|
|
|
|
|
|
--theme-color-500: rgba(36, 99, 235, 0.5);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--background-color: #1F2937;
|
|
|
|
--background-color: #1F2937;
|
|
|
|
--background-color-light: #374151;
|
|
|
|
--background-color-light: #374151;
|
|
|
|
--background-color-dark: #374151;
|
|
|
|
--background-color-dark: #374151;
|
|
|
|