@steroidsjs/bootstrap 3.0.0-beta.34 → 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
- @each $colorName, $colorMap in $color-themes {
35
- &#{$root}_color_#{$colorName} {
36
- @include button-theme($colorMap, $colorName, $root);
37
- }
35
+ @each $colorName, $colorMap in $color-themes {
36
+ &_color_#{$colorName} {
37
+ @include button-theme($colorMap, $colorName, $root);
38
38
  }
39
+ }
39
40
 
40
- @each $colorName, $colorMap in $color-themes {
41
- &#{$root}_outline_#{$colorName} {
42
- @include button-outline-theme($colorMap, $colorName, $root);
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steroidsjs/bootstrap",
3
- "version": "3.0.0-beta.34",
3
+ "version": "3.0.0-beta.35",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "Vladimir Kozhin <hello@kozhindev.com>",