Skip to content
Snippets Groups Projects
Commit d9f18fd7 authored by Martin Leblanc's avatar Martin Leblanc Committed by Kevin Paxman
Browse files

ISTWCMS-5905: Remove re-declaration of class

parent 6de54f5d
No related branches found
No related tags found
1 merge request!62Feature/istwcms 5905 ebremner section background options
...@@ -70,6 +70,7 @@ ...@@ -70,6 +70,7 @@
.uw-section__tint-color--none { .uw-section__tint-color--none {
position: relative; position: relative;
&::before { &::before {
background-color: transparent;
bottom: 0; bottom: 0;
content: ''; content: '';
display: block; display: block;
...@@ -99,7 +100,3 @@ ...@@ -99,7 +100,3 @@
background-color: rgba(255, 255, 255, 0.75); background-color: rgba(255, 255, 255, 0.75);
} }
} }
.uw-section__tint-color--none {
background-color: transparent;
}
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