brigadecore / brigade-dashboard

Apache License 2.0
4 stars 5 forks source link

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

Open krancour opened 2 years ago

krancour commented 2 years ago

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;
}
coder-abdo commented 2 years ago

to change the color schemes in bootstrap you need to change it in the bootstrap.scss file and I think this file in the react-bootstrap sass file in the node_modules

krancour commented 2 years ago

@coder-abdo it is possible to override this in src/App.scss. Most everything in that file is an override of Bootstrap default styles.

DhairyaBahl commented 2 years ago

@krancour Kindly assign this to me. Would love to work on this as well.

krancour commented 2 years ago

Assigned

krancour commented 2 years ago

@DhairyaBahl actually, sorry... my bad. @coder-abdo was already working on this in #32.

This is a good time to remind people that if you open a PR, please do link to the issue it addresses so we can avoid duplicate work.

DhairyaBahl commented 2 years ago

@DhairyaBahl actually, sorry... my bad. @coder-abdo was already working on this in #32.

@krancour No issues😄.