Skip to content
Snippets Groups Projects
Commit c3ca27cf authored by AndiMajore's avatar AndiMajore
Browse files

added new var-color

parent 81bfb81e
No related branches found
No related tags found
No related merge requests found
...@@ -23,4 +23,5 @@ ...@@ -23,4 +23,5 @@
.small-box { .small-box {
margin: 0.5rem; margin: 0.5rem;
padding: 0.5rem; padding: 0.5rem;
background-color: var(--drgstn-panel-secondary);
} }
//@import "theme.css";
:root { :root {
--drgstn-primary: #347eee; --drgstn-primary: #347eee;
--drgstn-secondary: #fd6818; --drgstn-secondary: #fd6818;
...@@ -13,6 +11,7 @@ ...@@ -13,6 +11,7 @@
--drgstn-text-secondary: #eeeeee; --drgstn-text-secondary: #eeeeee;
--drgstn-border: rgba(0, 0, 0, 0.2); --drgstn-border: rgba(0, 0, 0, 0.2);
--drgstn-tooltip: rgba(74,74,74,0.9); --drgstn-tooltip: rgba(74,74,74,0.9);
--drgstn-panel-secondary: #ffffff
} }
#appWindow { #appWindow {
...@@ -177,11 +176,6 @@ footer .text-danger, a .text-danger { ...@@ -177,11 +176,6 @@ footer .text-danger, a .text-danger {
border-color: var(--drgstn-border) !important; border-color: var(--drgstn-border) !important;
} }
.small-box[_ngcontent-mbg-c75]{
background-color: var(--drgstn-panel-secondary) !important;
}
a { a {
color: var(--drgstn-secondary); color: var(--drgstn-secondary);
} }
......
...@@ -11,5 +11,5 @@ ...@@ -11,5 +11,5 @@
--drgstn-text-secondary: #FFFFFF; --drgstn-text-secondary: #FFFFFF;
--drgstn-border: rgba(0, 0, 0, 0.2); --drgstn-border: rgba(0, 0, 0, 0.2);
--drgstn-tooltip: rgba(74,74,74,0.9); --drgstn-tooltip: rgba(74,74,74,0.9);
--drgstn-panel-secondary: #FF3A3AFF; --drgstn-panel-secondary: #ffffff;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment