filters and sidebar
This commit is contained in:
+29
-22
@@ -90,9 +90,7 @@ $success: #80c671;
|
||||
$background: #f4f6fa;
|
||||
$table-striped-bg-factor: 0.03;
|
||||
$dropdown-bg: rgb(206, 223, 210);
|
||||
$border-color: #000;
|
||||
$text: #04060b;
|
||||
$accent: #80c671;
|
||||
|
||||
|
||||
//https://www.realtimecolors.com/?colors=04060b-f4f6fa-5b86be-d9cca1-80c671&fonts=Anek Telugu-Anek Telugu
|
||||
$themes: (
|
||||
@@ -111,7 +109,25 @@ $themes: (
|
||||
accent: #488e39,
|
||||
),
|
||||
);
|
||||
:root{
|
||||
--linearPrimarySecondary: linear-gradient(#5b86be, #d9cca1);
|
||||
--linearPrimaryAccent: linear-gradient(#5b86be, #80c671);
|
||||
--linearSecondaryAccent: linear-gradient(#d9cca1, #80c671);
|
||||
--radialPrimarySecondary: radial-gradient(#5b86be, #d9cca1);
|
||||
--radialPrimaryAccent: radial-gradient(#5b86be, #80c671);
|
||||
--radialSecondaryAccent: radial-gradient(#d9cca1, #80c671);
|
||||
--border-color: #000;
|
||||
--main-font: ‘Open Sans‘, Arial, Helvetica, sans-serif;
|
||||
--main-font-color: #444;
|
||||
--input-bg: rgb(245,245,249);
|
||||
--text: #010b05;
|
||||
--background: #f7fefa;
|
||||
--primary: #1ce776;
|
||||
--secondary: #7bc8f1;
|
||||
--accent: #5086ed;
|
||||
--success: #80c671;
|
||||
|
||||
}
|
||||
|
||||
|
||||
//@import "../node_modules/bootstrap/scss/bootstrap";
|
||||
@@ -130,25 +146,17 @@ $themes: (
|
||||
@import "./card";
|
||||
@import "./files";
|
||||
@import "./revisions";
|
||||
@import "./toolbar";
|
||||
@import "./dropdown";
|
||||
@import "./button";
|
||||
|
||||
:root{
|
||||
--linearPrimarySecondary: linear-gradient(#5b86be, #d9cca1);
|
||||
--linearPrimaryAccent: linear-gradient(#5b86be, #80c671);
|
||||
--linearSecondaryAccent: linear-gradient(#d9cca1, #80c671);
|
||||
--radialPrimarySecondary: radial-gradient(#5b86be, #d9cca1);
|
||||
--radialPrimaryAccent: radial-gradient(#5b86be, #80c671);
|
||||
--radialSecondaryAccent: radial-gradient(#d9cca1, #80c671);
|
||||
--border-color: $border-color;
|
||||
--main-font: ‘Open Sans‘, Arial, Helvetica, sans-serif;
|
||||
--main-font-color: #444;
|
||||
--input-bg: rgb(245,245,249);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
body {
|
||||
background-color: $background;
|
||||
background-color: var(--background);
|
||||
font-family: var(--main-font), sans-serif;
|
||||
}
|
||||
|
||||
.btn-spinner .spinner-border {
|
||||
@@ -168,9 +176,8 @@ body {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
border: 0;
|
||||
border-radius: 15px;
|
||||
box-shadow: 0 0 4px #ccc;
|
||||
padding: 30px 15px;
|
||||
}
|
||||
|
||||
a{
|
||||
color: var(--text);
|
||||
text-decoration: none;
|
||||
}
|
||||
Reference in New Issue
Block a user