This commit is contained in:
vinceliuice
2022-10-25 15:04:05 +08:00
parent 4e803409d3
commit 0d85ac8dba

View File

@@ -17,8 +17,8 @@
}
.button {
min-height: $item_size;
padding: 0 $base_padding * 2;
min-height: 20px;
padding: $base_padding $base_padding * 2;
border-radius: $base_radius;
border: none;
@extend %button;