gnome-shell/data/theme/gnome-shell-sass/widgets/_buttons.scss
Sam Hewitt 9ea745bcd4 theme: base of the refactor
- split _common.scss into widgets
- improve _drawing functions
- minify SVG assets

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/904
2020-01-09 16:42:57 +01:00

6 lines
58 B
SCSS

/* Buttons */
.button {
@extend %button; // that's it
}