2019-12-18 21:25:03 +00:00
|
|
|
/* Buttons */
|
|
|
|
|
|
|
|
.button {
|
2019-12-19 15:38:27 +00:00
|
|
|
@extend %button; // that's it
|
2022-02-07 18:22:40 +00:00
|
|
|
min-height: 22px;
|
2019-12-18 21:25:03 +00:00
|
|
|
}
|
2022-08-02 17:26:53 +00:00
|
|
|
|
|
|
|
.icon-button {
|
2022-10-13 16:51:17 +00:00
|
|
|
@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;
|
|
|
|
}
|
|
|
|
}
|