We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f7b91 commit 358d767Copy full SHA for 358d767
packages/theme-saas/src/button-group/index.less
@@ -57,9 +57,10 @@
57
@apply absolute;
58
@apply h-4;
59
@apply w-px;
60
- @apply top-2;
+ @apply top-1/2;
61
left: -0.5px;
62
@apply bg-color-border;
63
+ transform: translateY(-50%);
64
}
65
66
@@ -262,4 +263,25 @@
262
263
@apply border-r-color-border-disabled;
264
265
266
+
267
+ &&--medium {
268
+ ul li button {
269
+ height: 42px;
270
+ line-height: 42px;
271
+ }
272
273
274
+ &&--small {
275
276
+ height: 36px;
277
+ line-height: 36px;
278
279
280
281
+ &&--mini {
282
283
+ @apply h-6;
284
+ @apply leading-6;
285
286
287
0 commit comments