/* The darken/lighten is not giving accurate results for the toasters so specific vars for them below. - Red background: #c23848 you can get this colour roughly from using the red variable and with HSL lower lightness by 20. - Blue background: #377ebd you can get this colour roughly from using the blue variable and with HSL lower lightness by 20. - Orange background: #ff9933 - The text colour on all of these, could they please be #E2E2E2, except from warning which remains with black text. */ /*is not being used anywhere; the same as @redAlert*/ coral-select { width: 100%; height: 19px; font-size: 11px; font-weight: 700; color: #FFF; margin: 0; } coral-select.Activated { color: #1cb31c; } coral-select.AwaitingActivation { color: #1cb31c; } coral-select.Done { color: #2498BA; } coral-select.Disabled { color: #666570; }