@spark-hire/bootstrap-themes 0.7.52 → 0.7.54

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-hire/bootstrap-themes",
3
- "version": "0.7.52",
3
+ "version": "0.7.54",
4
4
  "description": "Custom Bootstrap 4 Themes",
5
5
  "repository": {
6
6
  "type": "git",
@@ -75,7 +75,8 @@ $theme-colors: map-merge(
75
75
  "teal": $teal,
76
76
  "purple": $purple,
77
77
  "orange": $orange,
78
- "cyan": $cyan
78
+ "cyan": $cyan,
79
+ "pink": $pink
79
80
  ),
80
81
  $theme-colors
81
82
  );
package/scss/buttons.scss CHANGED
@@ -89,3 +89,10 @@ fieldset[disabled] .btn {
89
89
  .btn-outline-dark-blue:active {
90
90
  color: $white !important;
91
91
  }
92
+
93
+ // Custom btn pink style;
94
+ .btn-pink,
95
+ .btn-outline-pink:hover,
96
+ .btn-outline-pink:active {
97
+ color: $white !important;
98
+ }