update checklist component
All checks were successful
Deploy Sokko G / deploy (push) Successful in 7s
All checks were successful
Deploy Sokko G / deploy (push) Successful in 7s
This commit is contained in:
parent
772b9951de
commit
d9d22683dc
13 changed files with 709 additions and 65 deletions
|
|
@ -76,6 +76,21 @@
|
|||
-webkit-mask-image: url("/static/icons/scrollable.svg");
|
||||
}
|
||||
|
||||
.ui-icon-hide {
|
||||
mask-image: url("/static/icons/hide.svg");
|
||||
-webkit-mask-image: url("/static/icons/hide.svg");
|
||||
}
|
||||
|
||||
.ui-icon-chevron-down {
|
||||
mask-image: url("/static/icons/chevron-down.svg");
|
||||
-webkit-mask-image: url("/static/icons/chevron-down.svg");
|
||||
}
|
||||
|
||||
.ui-icon-chevron-up {
|
||||
mask-image: url("/static/icons/chevron-up.svg");
|
||||
-webkit-mask-image: url("/static/icons/chevron-up.svg");
|
||||
}
|
||||
|
||||
.ui-icon-drag {
|
||||
mask-image: url("/static/icons/drag.svg");
|
||||
-webkit-mask-image: url("/static/icons/drag.svg");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue