We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 694e44a + e19cb28 commit 4a75156Copy full SHA for 4a75156
less/button-labels.less
@@ -13,10 +13,35 @@
13
}
14
15
16
-
17
.btn-labeled {
18
padding-top: 0;
19
padding-bottom: 0;
+
20
+ &.btn-block {
21
+ text-indent: -12px;
22
+ line-height: 32px;
23
24
+ &.btn-lg {
25
+ line-height: 42px;
26
+ text-indent: -16px;
27
+ }
28
29
+ &.btn-sm {
30
+ line-height: 30px;
31
+ text-indent: -10px;
32
33
34
+ &.btn-xs {
35
+ line-height: 22px;
36
+ text-indent: -5px;
37
38
39
+ .btn-label {
40
+ float: left;
41
+ line-height: 20px;
42
+ text-indent: 0;
43
44
45
46
47
.btn-label {
@@ -40,8 +65,8 @@
65
.btn-group {
66
.btn-labeled:not(:first-child) .btn-label:not(.btn-label-right) {
67
.border-left-radius(0px);
- }
68
69
.btn-labeled:not(:last-child) .btn-label.btn-label-right {
70
.border-right-radius(0px);
-}
71
72
+}
0 commit comments