style.scss
24 lines
| 1 | /* stylelint-disable selector-class-pattern */ |
| 2 | |
| 3 | .give-donor-dashboard-tab-menu { |
| 4 | display: flex; |
| 5 | flex-direction: column; |
| 6 | height: 100%; |
| 7 | } |
| 8 | |
| 9 | .give-donor-dashboard-logout { |
| 10 | margin-top: auto; |
| 11 | padding: 16px 0 !important; |
| 12 | border-top: 1px solid #e2e6ec; |
| 13 | |
| 14 | @media screen and (max-width: 920px) { |
| 15 | padding: 6px 0 !important; |
| 16 | } |
| 17 | |
| 18 | .give-donor-dashboard-tab-link { |
| 19 | display: inline-flex; |
| 20 | color: var(--give-donor-dashboard-accent-color) !important; |
| 21 | cursor: pointer; |
| 22 | } |
| 23 | } |
| 24 |