beb77f5824
- Fixing things where the wrong colors bleed through or the colors are inconsistent. - expand colors definitions for system colours - add overrides to styles for overview and lockscreen - update drawing functions to better use new colours - rework entry drawing css Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2515>
16 lines
283 B
SCSS
16 lines
283 B
SCSS
// Search entry
|
|
.search-entry {
|
|
border-radius: 99px;
|
|
margin-top: $base_padding*2;
|
|
margin-bottom: $base_padding;
|
|
width: 24em;
|
|
|
|
@extend %system_entry;
|
|
|
|
.search-entry-icon {
|
|
icon-size: $base_icon_size;
|
|
margin-top: 2px; // center vertically
|
|
padding: 0 4px;
|
|
}
|
|
}
|