style: download modal

This commit is contained in:
LeoKu 2021-10-16 19:27:56 +08:00
parent c1df37798d
commit 69870f8dca

View File

@ -51,7 +51,7 @@ const { t } = useI18n()
overflow: hidden; overflow: hidden;
background-color: rgba($color-dark, 0.4); background-color: rgba($color-dark, 0.4);
transform: translate(-50%, 0); transform: translate(-50%, 0);
// backdrop-filter: blur(1rem); backdrop-filter: blur(0.3rem);
} }
.download-modal { .download-modal {
@ -60,6 +60,7 @@ const { t } = useI18n()
min-width: 310px; min-width: 310px;
max-width: 500px; max-width: 500px;
background-color: darken($color-dark, 1); background-color: darken($color-dark, 1);
border: 0.15rem solid rgba($color-accent, 0.8);
border-radius: 1rem; border-radius: 1rem;
.modal-body { .modal-body {