This commit is contained in:
Vanessa 2022-12-05 00:19:19 +08:00
parent 391e5ec5fb
commit 7a138a5836
7 changed files with 108 additions and 39 deletions

View file

@ -17,11 +17,6 @@
top: 6px;
height: 16px;
width: 16px;
&--current {
color: var(--b3-theme-primary);
background-color: var(--b3-theme-surface);
}
}
&-action {
@ -58,6 +53,33 @@
}
}
&__icona {
position: relative;
color: var(--b3-theme-on-surface);
flex: 1;
&-icon {
position: absolute;
right: 1px;
top: 1px;
height: 16px;
width: 16px;
cursor: pointer;
padding: 5px;
border-radius: 2px;
&:hover {
color: var(--b3-theme-on-background);
background-color: var(--b3-list-icon-hover);
}
}
&-input {
width: 100%;
padding-right: 35px !important;
}
}
&__img {
position: relative;