mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-11 05:11:55 +05:30
refactor: rename app-launcher to launcher
This commit is contained in:
38
widgets/launcher/style.scss
Normal file
38
widgets/launcher/style.scss
Normal file
@@ -0,0 +1,38 @@
|
||||
window.launcher {
|
||||
background: $bg-color;
|
||||
border-radius: $rounded;
|
||||
padding: 10px;
|
||||
font-size: 1.2rem;
|
||||
|
||||
.search {
|
||||
min-width: 300px;
|
||||
padding: 10px;
|
||||
color: rgba($fg-color, 0.5);
|
||||
}
|
||||
|
||||
separator {
|
||||
border: 1px solid rgba($inactive-color, 0.5);
|
||||
}
|
||||
|
||||
.list {
|
||||
background: $bg-color;
|
||||
}
|
||||
|
||||
.button {
|
||||
border-radius: $rounded;
|
||||
padding: 10px;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
background: $inactive-color;
|
||||
}
|
||||
|
||||
image {
|
||||
-gtk-icon-size: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.name {
|
||||
color: $fg-color;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user