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

Tree @20f8fcb (Download .tar.gz)

_buttons.scss @20f8fcbraw · history · blame

/* Buttons */

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

.icon-button {
  @extend .button; // same style as buttons

  border-radius: 99px;
  padding: $base_padding*2;
  min-height: 16px;

  StIcon {
    icon-size: $base_icon_size;
    -st-icon-style: symbolic;
  }
}