@rypen-dev/shared-components 5.0.7 → 5.0.8
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
|
@@ -109,6 +109,7 @@ select {
|
|
|
109
109
|
|
|
110
110
|
input:disabled + label {
|
|
111
111
|
color: $medium-gray !important;
|
|
112
|
+
cursor: default;
|
|
112
113
|
}
|
|
113
114
|
|
|
114
115
|
&.no-margin {
|
|
@@ -169,7 +170,7 @@ select {
|
|
|
169
170
|
}
|
|
170
171
|
|
|
171
172
|
input:checked:disabled + label::after {
|
|
172
|
-
background-image: url($checkbox-image-disabled);
|
|
173
|
+
background-image: url($checkbox-image-disabled) !important;
|
|
173
174
|
}
|
|
174
175
|
|
|
175
176
|
&.secondary {
|
|
@@ -1447,13 +1448,46 @@ body.hover-capable {
|
|
|
1447
1448
|
vertical-align: middle;
|
|
1448
1449
|
background-repeat: no-repeat;
|
|
1449
1450
|
background-size: 100% auto;
|
|
1450
|
-
margin-right:
|
|
1451
|
+
margin-right: 6px;
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1454
|
+
&.cash,
|
|
1455
|
+
&.other,
|
|
1456
|
+
&.wire-transfer,
|
|
1457
|
+
&.square-terminal {
|
|
1458
|
+
span {
|
|
1459
|
+
display: none;
|
|
1460
|
+
}
|
|
1461
|
+
}
|
|
1462
|
+
|
|
1463
|
+
&.check {
|
|
1464
|
+
|
|
1465
|
+
}
|
|
1466
|
+
|
|
1467
|
+
&.ach {
|
|
1468
|
+
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1471
|
+
&.affirm {
|
|
1472
|
+
|
|
1473
|
+
}
|
|
1474
|
+
|
|
1475
|
+
&.apple-pay {
|
|
1476
|
+
|
|
1477
|
+
}
|
|
1478
|
+
|
|
1479
|
+
&.google-pay {
|
|
1480
|
+
|
|
1481
|
+
}
|
|
1482
|
+
|
|
1483
|
+
&.shop-pay {
|
|
1484
|
+
|
|
1451
1485
|
}
|
|
1452
1486
|
|
|
1453
1487
|
&.paypal {
|
|
1454
1488
|
span {
|
|
1455
|
-
width:
|
|
1456
|
-
height:
|
|
1489
|
+
width: 35px;
|
|
1490
|
+
height: 35px;
|
|
1457
1491
|
background-image: url('/assets/images/pp258.png');
|
|
1458
1492
|
}
|
|
1459
1493
|
}
|