39 lines
465 B
SCSS
39 lines
465 B
SCSS
@import "../../theming/library/entry.scss";
|
|
|
|
* {
|
|
color: $foreground;
|
|
|
|
border-radius: $border-radius;
|
|
}
|
|
|
|
#window {
|
|
|
|
background-color: rgba(0, 0, 0, 0);
|
|
}
|
|
|
|
box#main {
|
|
background-color: $background;
|
|
box-shadow: $box-shadow;
|
|
border: none;
|
|
}
|
|
|
|
|
|
list {
|
|
}
|
|
|
|
list#main {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
padding: 0.5rem;
|
|
}
|
|
|
|
list#plugin {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
}
|
|
|
|
label#match-desc {
|
|
font-size: 10px;
|
|
}
|
|
|
|
label#plugin {
|
|
font-size: 14px;
|
|
}
|