提交 69870f8d 编写于 作者: L LeoKu

style: download modal

上级 c1df3779
...@@ -51,7 +51,7 @@ const { t } = useI18n() ...@@ -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() ...@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册