Skip to content
Snippets Groups Projects
Commit ad7f62d1 authored by Maikel Koopman's avatar Maikel Koopman
Browse files

#2915492 by maikelkoopman: update theme settings with missing pieces and remove color css config

parent c3260de4
No related branches found
No related tags found
No related merge requests found
.brand-bg-primary {
background-color: #29abe2 !important;
border-color: #29abe2 !important;
}
.brand-bg-secondary {
background-color: #1f80aa !important;
border-color: #1f80aa !important;
}
.brand-bg-accent {
background-color: #ffc142 !important;
border-color: #ffc142 !important;
}
.brand-text-primary {
color: #33b5e5 !important;
fill: #33b5e5 !important;
}
......@@ -25,12 +25,8 @@ $info = array(
),
),
),
// CSS files (excluding @import) to rewrite with new color scheme.
// @TODO make sure we rewrite the correct color.css
'css' => array(
'assets/css/brand.css',
),
'css' => '',
// Files to copy.
'copy' => array(
......
@import 'settings';
.brand-bg-primary {
background-color: $brand-primary !important;
border-color: $brand-primary !important;
}
.brand-bg-secondary {
background-color: $brand-secondary !important;
border-color: $brand-secondary !important;
}
.brand-bg-accent {
background-color: $brand-accent !important;
border-color: $brand-accent !important;
}
.brand-text-primary {
color: $brand-info !important;
fill: $brand-info !important;
}
......@@ -4,11 +4,6 @@ base:
base:
assets/css/base.css: {}
brand:
css:
theme:
assets/css/brand.css: {}
## 2. The SMACSS category Component — discrete, reusable UI elements
### 2.1 Atoms
......
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