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