fixup: i18n and icon minor changes

This commit is contained in:
Yidadaa
2023-05-21 01:44:59 +08:00
parent a19d238483
commit 35cec0f1df
5 changed files with 15 additions and 5 deletions

View File

@@ -120,7 +120,6 @@
justify-content: center;
align-items: center;
opacity: 0.5;
color: var(--black);
transition: all ease 0.3s;
cursor: pointer;
@@ -128,6 +127,8 @@
position: relative;
font-size: 12px;
animation: slide-in ease 0.3s;
$linear: linear-gradient(
to right,
rgba(0, 0, 0, 0),
@@ -152,6 +153,7 @@
&-tips {
@include show;
opacity: 0.5;
}
&-revert-btn {