mirror of
https://github.com/Codennnn/vue-color-avatar.git
synced 2024-12-22 20:22:39 +00:00
style: download modal
This commit is contained in:
parent
c1df37798d
commit
69870f8dca
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user