forked from Shinonome/dots-hyprland
18 lines
448 B
SCSS
Executable File
18 lines
448 B
SCSS
Executable File
.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;
|
|
} |