@transferwise/neptune-css 14.24.1 → 14.24.2

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.
@@ -1385,3 +1385,10 @@ a.btn {
1385
1385
  -webkit-text-decoration: none;
1386
1386
  text-decoration: none;
1387
1387
  }
1388
+ .btn-unstyled {
1389
+ background: none;
1390
+ border: none;
1391
+ margin: 0;
1392
+ padding: 0;
1393
+ display: block;
1394
+ }
@@ -8633,6 +8633,14 @@ a.btn {
8633
8633
  text-decoration: none;
8634
8634
  }
8635
8635
 
8636
+ .btn-unstyled {
8637
+ background: none;
8638
+ border: none;
8639
+ margin: 0;
8640
+ padding: 0;
8641
+ display: block;
8642
+ }
8643
+
8636
8644
  .btn-group,
8637
8645
  .btn-group-vertical {
8638
8646
  position: relative;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-css",
3
3
  "description": "Neptune CSS library",
4
- "version": "14.24.1",
4
+ "version": "14.24.2",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -729,3 +729,11 @@ input[type="button"] {
729
729
  a.btn {
730
730
  text-decoration: none;
731
731
  }
732
+
733
+ .btn-unstyled {
734
+ background: none;
735
+ border: none;
736
+ margin: 0;
737
+ padding: 0;
738
+ display: block;
739
+ }