Mercurial > libervia-templates
comparison sat_templates/templates/default/static/styles.css @ 202:a1fa6744c78e
base: handle notifications through "notifications" variable
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 26 May 2019 22:05:06 +0200 |
parents | 02cbc3cf4b32 |
children | e9bbf4462ea8 |
comparison
equal
deleted
inserted
replaced
201:d5f4f29b1c5d | 202:a1fa6744c78e |
---|---|
1194 | 1194 |
1195 /***************** | 1195 /***************** |
1196 * Notifications * | 1196 * Notifications * |
1197 *****************/ | 1197 *****************/ |
1198 | 1198 |
1199 | |
1200 .notification { | |
1201 text-align: center; | |
1202 padding: 1em; | |
1203 font-size: 1.2em; | |
1204 font-weight: bold; | |
1205 width: 60%; | |
1206 margin: 1.5em auto; | |
1207 } | |
1208 | |
1209 .notification--warning { | |
1210 background-color: red; | |
1211 } | |
1212 | |
1199 .notification.retry { | 1213 .notification.retry { |
1214 /* FIXME: inconcistent naming */ | |
1200 position: fixed; | 1215 position: fixed; |
1201 top: 1rem; | 1216 top: 1rem; |
1202 margin: auto; | 1217 margin: auto; |
1203 width: 80%; | 1218 width: 80%; |
1204 background: #DB1616; | 1219 background: #DB1616; |