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.

17 lines
403 B

  1. .ui.info.message {
  2. background-image: linear-gradient(#D8EBF8, #D0E3EF);
  3. border: 1px solid #97C1DA;
  4. box-shadow: none;
  5. }
  6. .ui.error.message {
  7. background-image: linear-gradient(#F8D8D8, #EFD0D0);
  8. border: 1px solid #DA9797;
  9. box-shadow: none;
  10. }
  11. .ui.warning.message {
  12. background-image: linear-gradient(#FFE3C8, #F5DAC0);
  13. border: 1px solid #DCA874;
  14. box-shadow: none;
  15. }
  16. .ui.success.message {
  17. }