Skip to content
Snippets Groups Projects
Unverified Commit 43cfa5a6 authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #11735 from KDSBrowne/bbb-acc-1

Remove gradient from content styling
parents 5adab18a 0e00e979
No related branches found
No related tags found
No related merge requests found
...@@ -75,12 +75,10 @@ ...@@ -75,12 +75,10 @@
&:before { &:before {
top: 0; top: 0;
background: linear-gradient(to bottom, rgba(0, 0, 0, .45) -20%, transparent 20%);
} }
&:after { &:after {
bottom: 0; bottom: 0;
background: linear-gradient(to top, rgba(0, 0, 0, .45) -20%, transparent 20%);
} }
@include mq($medium-up) { @include mq($medium-up) {
......
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