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

.ui.info.message {
background: linear-gradient(#D8EBF8, #D0E3EF);
}
.ui.error.message {
background: linear-gradient(#F8D8D8, #EFD0D0);
}
.ui.warning.message {
background: linear-gradient(#FFE3C8, #F5DAC0);
}
.ui.success.message {
}