Skip to content
Snippets Groups Projects
Commit e8c20e41 authored by Alexander Varwijk's avatar Alexander Varwijk
Browse files

Issue #2980661 by Kingdutch: Move GDPR info card title color to socialblue

Colors for Open Social themes belong in socialblue. Socialbase is
only there to provide structure. This commit ensures that we keep
that separation.
parent 1b7ad348
No related branches found
No related tags found
No related merge requests found
@media (min-width: 900px) {
.block-data-policy .card__title {
background-color: #29abe2;
color: white;
}
}
@import 'settings';
@include for-tablet-landscape-up {
.block-data-policy {
.card__title {
background-color: $brand-primary;
color: white;
}
}
}
\ No newline at end of file
......@@ -29,6 +29,8 @@ libraries-extend:
socialbase/spinner:
- socialblue/spinner
# Extend molecules
socialbase/block--informblock:
- socialblue/block--informblock
socialbase/breadcrumb:
- socialblue/breadcrumb
socialbase/dropdown:
......
......@@ -59,6 +59,10 @@ waves:
assets/js/waves.min.js: { minified: true }
### 2.2 Molecules
block--informblock:
css:
component:
assets/css/block--informblock.css: {}
breadcrumb:
css:
......
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