summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/blocks.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/blocks.scss')
-rw-r--r--app/assets/stylesheets/framework/blocks.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/assets/stylesheets/framework/blocks.scss b/app/assets/stylesheets/framework/blocks.scss
index f922d8bcaab..f42e500efa8 100644
--- a/app/assets/stylesheets/framework/blocks.scss
+++ b/app/assets/stylesheets/framework/blocks.scss
@@ -40,7 +40,7 @@
}
&.white {
- background-color: $white-light;
+ background-color: $white;
}
&.top-block {
@@ -73,7 +73,7 @@
&.content-component-block {
padding: 11px 0;
- background-color: $white-light;
+ background-color: $white;
}
.title {
@@ -96,13 +96,13 @@
}
&.build-content {
- background-color: $white-light;
+ background-color: $white;
border-top: 0;
}
}
.sub-header-block {
- background-color: $white-light;
+ background-color: $white;
border-bottom: 1px solid $white-dark;
padding: 11px 0;
margin-bottom: 11px;
@@ -176,7 +176,7 @@
}
&.groups-cover-block {
- background: $white-light;
+ background: $white;
border-bottom: 1px solid $border-color;
text-align: left;
padding: 24px 0;