Vanessa 2023-12-03 23:58:20 +08:00
parent 4b55e2e306
commit 3ea2741e5f
5 changed files with 78 additions and 30 deletions

View file

@ -133,17 +133,7 @@
}
&__rmpath {
position: absolute;
height: 18px;
width: 16px;
opacity: 0.68;
transition: var(--b3-transition);
right: 0;
cursor: pointer;
&:hover {
opacity: 1;
}
@extend .b3-form__icon-clear;
}
&__tip {

View file

@ -37,6 +37,21 @@
}
}
&__icon-clear {
position: absolute;
height: 18px;
width: 16px;
opacity: 0.68;
transition: var(--b3-transition);
right: 0;
cursor: pointer;
&:hover {
opacity: 1;
}
}
// repo password
&__icona {
position: relative;
color: var(--b3-theme-on-surface);