forked from Shinonome/dots-hyprland
20 lines
335 B
SCSS
Executable File
20 lines
335 B
SCSS
Executable File
.supercontext-bg {
|
|
background-position: center center;
|
|
}
|
|
|
|
.supercontext-btn {
|
|
// border-radius: 99px;
|
|
// background: red;
|
|
}
|
|
|
|
.supercontext-btn-icon {
|
|
@include icon-material;
|
|
font-size: 25pt;
|
|
color: $onBackground;
|
|
}
|
|
|
|
.supercontext-btn-num {
|
|
@include mainfont;
|
|
font-size: 25pt;
|
|
color: $onBackground;
|
|
} |