We were removing the margin half of the time, and sometimes removing it made us use `!important` rules.
15 lines
253 B
SCSS
15 lines
253 B
SCSS
.ballot {
|
|
|
|
.button-remove-support {
|
|
@include has-fa-icon(times, solid);
|
|
background: #e7eaec;
|
|
color: $brand-secondary;
|
|
font-weight: bold;
|
|
margin-top: $line-height;
|
|
|
|
&::before {
|
|
margin-right: $font-icon-margin;
|
|
}
|
|
}
|
|
}
|