mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-10 21:01:54 +05:30
18 lines
226 B
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;
|
|
}
|
|
}
|