This commit is contained in:
end-4
2024-02-22 15:35:06 +07:00
commit 8db26e9707
4220 changed files with 208544 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
.edit-mode-checkbox-false {
min-height: 53px;
min-width: 53px;
// background-image: url('images/svg/tournaments.svg');
background-size: auto 65%;
background-position: center;
color: transparent;
}
.edit-mode-checkbox-true {
min-height: 53px;
min-width: 53px;
background-color: $overlay0;
// background-image: url('images/svg/tournaments.svg');
background-size: auto 65%;
background-position: center;
color: transparent;
}