Skip to content

alert boxes need to be restyled to match color scheme #14

Description

@krancour

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;
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions