This commit is contained in:
2023-04-11 14:00:37 +08:00
parent 46594ce854
commit de1578425a
8 changed files with 183 additions and 79 deletions

View File

@@ -67,4 +67,18 @@
}
.icon-check::after {
content: '\e608'
}
.cancel_icon::before {
content: "\e632";
}
.cancel_icon {
display: block;
width: 50px;
height: 50px;
font-size: 25px;
color: #fff;
line-height: 50px;
text-align: center;
background-color: #E9B451;
}