Finish support for creating databases in the UI

This commit is contained in:
Dane Everitt 2019-07-16 21:43:11 -07:00
parent 61dc86421d
commit 1f763dc155
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
7 changed files with 136 additions and 12 deletions

View file

@ -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;
}