summaryrefslogtreecommitdiffstats
path: root/data/theme/gnome-shell-sass/widgets/_buttons.scss
blob: def96fe8cdd1283ae41fdb948929f75477720e8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* 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;
  }
}