brigadecore / brigadecore/brigade-dashboard

alert boxes need to be restyled to match color scheme

Open
#14 6 comments 0 reactions 1 assignee Assigned to @coder-abdo View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.