1
0
mirror of https://github.com/flarum/core.git synced 2025-07-06 01:24:02 +02:00
Files
php-flarum/less/common/AlertManager.less
2021-11-04 22:34:18 +01:00

13 lines
212 B
Plaintext

.AlertManager {
position: fixed;
bottom: 20px;
left: 20px;
z-index: var(--zindex-alerts);
.Alert {
display: inline-block;
margin-top: 20px;
box-shadow: 0 2px 6px var(--shadow-color);
}
}