Commit 9bd52d4a authored by Tim Zallmann's avatar Tim Zallmann

Fixed CSS Lint Problems

parent 89444975
.user-callout.promotion-callout { .user-callout.promotion-callout {
margin: 20px 0 0; margin: 20px 0 0;
.bordered-box { .bordered-box {
padding: 20px; padding: 20px;
border-color: $border-color; border-color: $border-color;
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
.dismiss-icon { .dismiss-icon {
color: $gray-darkest; color: $gray-darkest;
} }
&:hover { &:hover {
.dismiss-icon { .dismiss-icon {
color: $text-color; color: $text-color;
...@@ -21,5 +22,5 @@ ...@@ -21,5 +22,5 @@
.svg-container { .svg-container {
margin-right: 15px; margin-right: 15px;
} }
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment