@wizishop/angular-components 15.1.19 → 15.1.20
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/angular-components.scss
CHANGED
|
@@ -519,6 +519,11 @@ wac-block {
|
|
|
519
519
|
&.firstWacRadioBLock:not(.disabled) {
|
|
520
520
|
opacity: 1!important;
|
|
521
521
|
}
|
|
522
|
+
&.disabled {
|
|
523
|
+
.wac-radio-block input+label:hover:before, .wac-radio-block input+label:focus:before {
|
|
524
|
+
border-color: $wac-border-form!important;
|
|
525
|
+
}
|
|
526
|
+
}
|
|
522
527
|
@include media('<tablet') {
|
|
523
528
|
padding: 20px;
|
|
524
529
|
flex-direction: column;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|