| 1 |
#give-donor-dashboard { |
| 2 |
width: 100% !important; |
| 3 |
max-width: 920px !important; |
| 4 |
font-family: Montserrat, sans-serif !important; |
| 5 |
font-weight: 500; |
| 6 |
position: relative; |
| 7 |
margin: 0 auto; |
| 8 |
|
| 9 |
a { |
| 10 |
color: var(--give-donor-dashboard-accent-color); |
| 11 |
text-decoration: none; |
| 12 |
|
| 13 |
&:hover { |
| 14 |
text-decoration: underline; |
| 15 |
} |
| 16 |
|
| 17 |
&:visited { |
| 18 |
color: var(--give-donor-dashboard-accent-color); |
| 19 |
} |
| 20 |
} |
| 21 |
|
| 22 |
@media screen and (max-width: 920px) { |
| 23 |
max-width: 90% !important; |
| 24 |
} |
| 25 |
} |
| 26 |
|