gnome-shell/data/theme/gnome-shell-sass/widgets/_buttons.scss

11 lines
134 B
SCSS
Raw Normal View History

/* Buttons */
.button {
@extend %button; // that's it
min-height: 22px;
}
.icon-button {
@extend %icon_button; // that's it
}