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