Codebase list gnome-shell-extensions / lintian-fixes/main data / gnome-shell-sass / widgets / _buttons.scss
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

_buttons.scss @lintian-fixes/mainraw · history · blame

/* Buttons */

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

.icon-button {
  @extend %icon_button; // that's it
}