mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-04 11:50:09 +00:00
Notification toasts, nicer loading, add new user support
This commit is contained in:
14
frontend/src/notifications/Msg.module.css
Normal file
14
frontend/src/notifications/Msg.module.css
Normal file
@@ -0,0 +1,14 @@
|
||||
.toaster {
|
||||
padding: 0;
|
||||
background: transparent !important;
|
||||
box-shadow: none !important;
|
||||
border: none !important;
|
||||
|
||||
&.toast {
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
font-size: 14px;
|
||||
padding: 16px 24px;
|
||||
background: transparent;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user