mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Finish support for creating databases in the UI
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.modal-mask {
|
||||
@apply .fixed .pin .z-50 .overflow-auto .flex;
|
||||
background: rgba(0, 0, 0, 0.7);
|
||||
background: rgba(0, 0, 0, 0.70);
|
||||
transition: opacity 250ms ease;
|
||||
|
||||
& > .modal-container {
|
||||
@@ -22,7 +22,7 @@
|
||||
}
|
||||
|
||||
& > .modal-content {
|
||||
@apply .bg-neutral-900 .rounded .shadow-md;
|
||||
@apply .bg-neutral-800 .rounded .shadow-md;
|
||||
transition: all 250ms ease;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user