d87950da55
The class is meant for buttons that only contain an icon, as found in many GTK apps. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2397>
11 lines
134 B
SCSS
11 lines
134 B
SCSS
/* Buttons */
|
|
|
|
.button {
|
|
@extend %button; // that's it
|
|
min-height: 22px;
|
|
}
|
|
|
|
.icon-button {
|
|
@extend %icon_button; // that's it
|
|
}
|