Remove unnecessary redefinitions

These are already defined in the base, and are not overridden anywhere. Only redefine the things that were overridden.
This commit is contained in:
Matthew Taylor 2016-07-28 15:11:14 -04:00
parent 2c9df3237e
commit d97bc193df

View file

@ -227,39 +227,14 @@
.checkbox-group {
.validation-message {
$arrow-border-width: 1rem;
display: block;
position: absolute;
top: 0;
left: 0;
transform: translate(16rem, -16rem);
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;
max-height: 3rem;
overflow: visible;
color: $type-white;
&:before {
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: "";
}
}
}