Files
tpanel/widgets/app-launcher/style.scss

18 lines
226 B
SCSS

window.app-launcher {
background: $bg-color;
border-radius: $rounded;
padding: 10px;
.app-list {
background: $bg-color;
}
.app-button {
border-radius: $rounded;
}
.name {
color: $fg-color;
}
}