mirror of
https://github.com/flarum/core.git
synced 2025-07-31 13:40:20 +02:00
Major CSS revamp
- Get rid of Bootstrap (except we still rely on some JS) - Use BEM class names - Rework variables/theme config - Fix various bugs, including some on mobile The CSS is still not ideal – it needs to be cleaned up some more. But that can be a focus for after beta.
This commit is contained in:
12
less/lib/AlertManager.less
Executable file
12
less/lib/AlertManager.less
Executable file
@@ -0,0 +1,12 @@
|
||||
.AlertManager {
|
||||
position: fixed;
|
||||
bottom: 20px;
|
||||
left: 20px;
|
||||
z-index: @zindex-alerts;
|
||||
|
||||
.Alert {
|
||||
display: inline-block;
|
||||
margin-top: 20px;
|
||||
.box-shadow(0 2px 6px @shadow-color);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user