icon delivery color
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user