Skip to content
Snippets Groups Projects
Commit a65c9619 authored by Peter Polman's avatar Peter Polman
Browse files

DS-2001 - Removed overrides component library

parent 53a70019
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
/* Radios
* primary #29abe2: red
* secondary #1f80aa: green
* accent : pink
* accent #ffc142: pink
*/
[type="radio"]:checked + label:before {
......@@ -59,6 +59,15 @@
border-color: red !important;
}
.btn-flat {
color: red !important;
fill: red !important;
}
.btn-flat:hover {
color: inherit !important;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
background-color: green !important;
border-color: green !important;
......@@ -72,3 +81,20 @@
.stream-icon-new {
background: green !important;
}
.comment__reply-btn {
color: red !important;
}
.btn-accent {
background-color: pink !important;
border-color: pink !important;
}
.body-text a {
color: red !important;
}
.body-text a:hover {
color: red !important;
}
......@@ -10,8 +10,7 @@ version: '1.0'
libraries:
- socialblue/brand
- socialblue/overrides
libraries-extend:
socialbase/base:
- socialblue/base
......
......@@ -8,12 +8,7 @@ brand:
css:
brand:
assets/css/brand.css: {}
overrides:
css:
overrides:
assets/css/overrides.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