Commit d97bc193 authored by Matthew Taylor's avatar Matthew Taylor

Remove unnecessary redefinitions

These are already defined in the base, and are not overridden anywhere. Only redefine the things that were overridden.
parent 2c9df323
...@@ -227,39 +227,14 @@ ...@@ -227,39 +227,14 @@
.checkbox-group { .checkbox-group {
.validation-message { .validation-message {
$arrow-border-width: 1rem; $arrow-border-width: 1rem;
display: block;
position: absolute; position: absolute;
top: 0;
left: 0;
transform: translate(16rem, -16rem); transform: translate(16rem, -16rem);
margin-left: $arrow-border-width; margin-left: $arrow-border-width;
border: 1px solid $active-gray;
border-radius: 5px;
background-color: $ui-orange;
padding: 1rem;
max-width: 18.75rem;
min-height: 1rem; min-height: 1rem;
max-height: 3rem; max-height: 3rem;
overflow: visible;
color: $type-white;
&:before { &:before {
display: block; display: block;
position: absolute;
top: 1rem;
left: -$arrow-border-width / 2;
transform: rotate(45deg);
border-bottom: 1px solid $active-gray;
border-left: 1px solid $active-gray;
border-radius: 5px;
background-color: $ui-orange;
width: $arrow-border-width;
height: $arrow-border-width;
content: "";
} }
} }
} }
......
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