Files
grecia/app/assets/stylesheets/budgets/investments/ballot.scss
Javi Martín 450d954526 Don't add default margin to font awesome icons
We were removing the margin half of the time, and sometimes removing it
made us use `!important` rules.
2021-06-30 15:01:47 +02:00

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;
}
}
}