This commit is contained in:
Vanessa 2023-04-20 10:05:24 +08:00
parent d697660c41
commit d1835146ca
25 changed files with 59 additions and 60 deletions

View file

@ -18,6 +18,7 @@
height: 16px;
width: 16px;
margin-right: 4px;
flex-shrink: 0;
}
&:hover,

View file

@ -77,12 +77,13 @@
&__close {
position: absolute;
cursor: pointer;
top: 10px;
right: -32px;
top: -2px;
right: -36px;
height: 18px;
width: 18px;
opacity: .68;
color: var(--b3-theme-on-surface);
padding: 8px;
&:hover {
opacity: 1;