brigadecore / brigadecore/brigade-dashboard
alert boxes need to be restyled to match color scheme
Open
good first issue
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Bootstrap "alert" boxes (primary variant is the only one we currently use) should be restyled to be more consistent with the color scheme used across all Brigade sites.
Something like this maybe:
```
$colorm: #37b0e7;
$colorl: #EFF4F5;
.alert-primary {
border-color: $colorm !important;
background-color: $colorl !important;
}
```
Contributor guide
Assessment
This issue has not been assessed yet.