@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.
- package/dist/css/buttons.css +7 -0
- package/dist/css/neptune.css +8 -0
- package/package.json +1 -1
- package/src/less/buttons.less +8 -0
package/dist/css/buttons.css
CHANGED
package/dist/css/neptune.css
CHANGED
|
@@ -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