This commit is contained in:
parent
8b9171d4f9
commit
ef5f977f8a
15 changed files with 3571 additions and 272 deletions
|
|
@ -86,6 +86,16 @@
|
|||
-webkit-mask-image: url("/static/icons/hide.svg");
|
||||
}
|
||||
|
||||
.ui-icon-eye-closed {
|
||||
mask-image: url("/static/icons/eye-closed.svg");
|
||||
-webkit-mask-image: url("/static/icons/eye-closed.svg");
|
||||
}
|
||||
|
||||
.ui-icon-eye-open {
|
||||
mask-image: url("/static/icons/eye-open.svg");
|
||||
-webkit-mask-image: url("/static/icons/eye-open.svg");
|
||||
}
|
||||
|
||||
.ui-icon-chevron-down {
|
||||
mask-image: url("/static/icons/chevron-down.svg");
|
||||
-webkit-mask-image: url("/static/icons/chevron-down.svg");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue