@spark-hire/bootstrap-themes 1.0.5 → 1.0.6

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": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Custom Bootstrap 4 Themes",
5
5
  "repository": {
6
6
  "type": "git",
package/scss/buttons.scss CHANGED
@@ -194,6 +194,10 @@ fieldset[disabled] .btn {
194
194
  color: $white;
195
195
  }
196
196
 
197
+ .btn-link {
198
+ vertical-align: baseline;
199
+ }
200
+
197
201
  // ADA compliance
198
202
  .btn:focus-visible {
199
203
  outline: solid;