mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
15 lines
374 B
CSS
15 lines
374 B
CSS
/* ==========================================================================
|
|
Sommaire
|
|
|
|
1 = Messages
|
|
========================================================================== */
|
|
|
|
.messages {
|
|
color: #FFF;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.danger { background: #c0392b; }
|
|
.warning { background: #e67e22; }
|
|
.success { background: #27ae60; }
|
|
.info { background: #2980b9; }
|