Codebase list gnome-shell-extensions / dc54117 data / gnome-shell-sass / widgets / _buttons.scss
dc54117

Tree @dc54117 (Download .tar.gz)

_buttons.scss @dc54117raw · history · blame

/* Buttons */

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

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