Finish support for creating databases in the UI
This commit is contained in:
parent
61dc86421d
commit
1f763dc155
7 changed files with 136 additions and 12 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue