style.scss
13 lines
| 1 | /* stylelint-disable function-url-quotes, selector-class-pattern */ |
| 2 | .give-donor-dashboard-select-control { |
| 3 | margin-top: 10px; |
| 4 | |
| 5 | .give-donor-dashboard-select-control__label { |
| 6 | font-family: Montserrat, Arial, Helvetica, sans-serif; |
| 7 | font-weight: 500; |
| 8 | font-size: 14px; |
| 9 | line-height: 1; |
| 10 | color: #555; |
| 11 | } |
| 12 | } |
| 13 |