@steroidsjs/bootstrap 3.0.0-beta.33 → 3.0.0-beta.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -30,17 +30,17 @@ $btn-letter-spacing: 0.1em;
|
|
|
30
30
|
font-size: $font-size-sm;
|
|
31
31
|
line-height: $btn-line-height;
|
|
32
32
|
outline: none;
|
|
33
|
+
}
|
|
33
34
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
35
|
+
@each $colorName, $colorMap in $color-themes {
|
|
36
|
+
&_color_#{$colorName} {
|
|
37
|
+
@include button-theme($colorMap, $colorName, $root);
|
|
38
38
|
}
|
|
39
|
+
}
|
|
39
40
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
}
|
|
41
|
+
@each $colorName, $colorMap in $color-themes {
|
|
42
|
+
&_outline_#{$colorName} {
|
|
43
|
+
@include button-outline-theme($colorMap, $colorName, $root);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
|
|
@@ -99,6 +99,8 @@ $btn-letter-spacing: 0.1em;
|
|
|
99
99
|
display: inline;
|
|
100
100
|
width: auto;
|
|
101
101
|
height: auto;
|
|
102
|
+
background-color: transparent;
|
|
103
|
+
|
|
102
104
|
#{$root}__label {
|
|
103
105
|
display: inline;
|
|
104
106
|
color: $link-color;
|
package/package.json
CHANGED