2024-11-04 21:42:25 -05:00
|
|
|
@use '../../style/colors';
|
2024-10-31 15:35:03 -04:00
|
|
|
|
2024-10-28 18:18:07 -04:00
|
|
|
.sorted-list {
|
|
|
|
.search {
|
|
|
|
icon {
|
|
|
|
font-size: 20px;
|
|
|
|
min-width: 40px;
|
|
|
|
min-height: 40px
|
|
|
|
}
|
|
|
|
|
2024-10-31 15:35:03 -04:00
|
|
|
// entry {}
|
2024-10-28 18:18:07 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.list {
|
|
|
|
row {
|
|
|
|
border-radius: 10px;
|
|
|
|
|
|
|
|
&:hover, &:selected {
|
|
|
|
icon {
|
2024-10-31 15:35:03 -04:00
|
|
|
-gtk-icon-shadow: 2px 2px colors.$accent_color;
|
2024-10-28 18:18:07 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.placeholder {
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|