nixos-configs/nixosModules/ags-v2/config/widgets/misc/_index.scss
matt1432 7b48cb8487
All checks were successful
Discord / discord commits (push) Has been skipped
chore(agsV2): fix deprecation warnings for scss
2024-11-04 21:42:25 -05:00

29 lines
495 B
SCSS

@use '../../style/colors';
.sorted-list {
.search {
icon {
font-size: 20px;
min-width: 40px;
min-height: 40px
}
// entry {}
}
.list {
row {
border-radius: 10px;
&:hover, &:selected {
icon {
-gtk-icon-shadow: 2px 2px colors.$accent_color;
}
}
}
.placeholder {
font-size: 20px;
}
}
}