a4f7cfdff4
- increase the font size of clock elements - increase the size of user avatars - combines lock and login scss into one file - clean up the css for avatars - adjust the blur parameters of the screen shield Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2564>
20 lines
291 B
SCSS
20 lines
291 B
SCSS
/* Buttons */
|
|
|
|
.button {
|
|
@extend %button; // that's it
|
|
min-height: 22px;
|
|
}
|
|
|
|
.icon-button {
|
|
@extend .button; // same style as buttons
|
|
|
|
border-radius: 99px;
|
|
padding: $base_padding*2;
|
|
min-height: 16px;
|
|
|
|
StIcon {
|
|
icon-size: $base_icon_size;
|
|
-st-icon-style: symbolic;
|
|
}
|
|
}
|