mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-11 13:21:55 +05:30
feat: split scss and rename widget folder to widgets
This commit is contained in:
17
widgets/app-launcher/style.scss
Normal file
17
widgets/app-launcher/style.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user