icon delivery color

This commit is contained in:
hamid zarghami
2026-06-06 11:30:01 +03:30
parent 8cb22ef9fd
commit 22be2ab19e
2 changed files with 225 additions and 195 deletions
+10
View File
@@ -386,3 +386,13 @@ html[data-theme="dark"] {
.game-explanation {
display: none;
}
.icon-delivery {
display: inline-block;
width: 16px;
height: 16px;
flex-shrink: 0;
background-color: var(--primary);
-webkit-mask: url("/assets/images/fast-delivery.svg") no-repeat center / contain;
mask: url("/assets/images/fast-delivery.svg") no-repeat center / contain;
}