mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-07 07:53:07 +00:00
13 lines
500 B
SCSS
13 lines
500 B
SCSS
#searchResultsContent {
|
|
max-width: 1024px;
|
|
spacing: 8px;
|
|
}
|
|
|
|
.list-search-results { spacing: 3px; }
|
|
.list-search-result-content { spacing: 30px; }
|
|
.list-search-result-title { @include font(subheading); color: $light_alt_fg_color; spacing: 12px; }
|
|
.list-search-result-description { color: $light_alt_fg_color; }
|
|
.list-search-provider-details { width: 150px; color: $light_alt_fg_color; margin-top: 0.24em; }
|
|
.list-search-provider-content { spacing: 20px; }
|
|
.search-provider-icon { padding: 15px; }
|