📦 build(resources): add mixins and color stylesheets to list

also remove hicolor from icon resources path
This commit is contained in:
retrozinndev
2025-08-12 14:28:49 -03:00
parent f7f729418e
commit eb4b5a847f
2 changed files with 7 additions and 4 deletions
+4 -2
View File
@@ -1,6 +1,8 @@
@use "./colors";
.popup-window.runner * {
.runner .popup-window-container {
all: unset;
$radius: 24px;
background: rgba($color: colors.$bg-primary, $alpha: .8);
@@ -32,7 +34,7 @@
}
& list {
& listboxrow > * {
& .result {
padding: 10px;
background: colors.$bg-primary;
margin: 2px 0;