Button CSS Changes
- Return
btn btn-default
to its default values (i.e. remove overrides that make it red) (maybe an SCSS global variable?) - Make the primary color
#bb0000
(should be a SCSS global variable, maybe$primary-color
or something)- That should affect the primary color on buttons, and any other places it's used.
- Return any overridden values for
success
,info
,warning
, ordanger
to Bootstrap defaults (we should only see these when getting messages from Drupal like "your page has been saved" so they don't need to be in brand)