32 lines
564 B
SCSS
32 lines
564 B
SCSS
.icon-browser {
|
|
.icon-search {
|
|
icon {
|
|
font-size: 20px;
|
|
min-width: 40px;
|
|
min-height: 40px
|
|
}
|
|
|
|
entry {}
|
|
}
|
|
|
|
.icon-list {
|
|
row {
|
|
border-radius: 10px;
|
|
|
|
&:hover, &:selected {
|
|
icon {
|
|
-gtk-icon-shadow: 2px 2px $accent_color;
|
|
}
|
|
}
|
|
|
|
box {
|
|
margin: 20px;
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
|
|
.placeholder {
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
}
|