You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
238 B

10 years ago
10 years ago
10 years ago
  1. .ui.info.message {
  2. background: linear-gradient(#D8EBF8, #D0E3EF);
  3. }
  4. .ui.error.message {
  5. background: linear-gradient(#F8D8D8, #EFD0D0);
  6. }
  7. .ui.warning.message {
  8. background: linear-gradient(#FFE3C8, #F5DAC0);
  9. }
  10. .ui.success.message {
  11. }