@wizishop/angular-components 15.1.82 → 15.1.83
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
|
@@ -5861,22 +5861,22 @@ wac-optional-disable-container {
|
|
|
5861
5861
|
line-height: rem(24);
|
|
5862
5862
|
color: $wac-input-radio-color-label;
|
|
5863
5863
|
padding-left: 30px;
|
|
5864
|
-
padding-right:
|
|
5864
|
+
padding-right: 6px;
|
|
5865
5865
|
margin-right: 0;
|
|
5866
5866
|
outline: 0 !important;
|
|
5867
5867
|
&:before {
|
|
5868
|
-
width:
|
|
5869
|
-
height:
|
|
5868
|
+
width: 22px;
|
|
5869
|
+
height: 22px;
|
|
5870
5870
|
border: 1px solid $wac-border-form;
|
|
5871
5871
|
border-radius: 23px;
|
|
5872
|
-
top:
|
|
5872
|
+
top: 1px;
|
|
5873
5873
|
}
|
|
5874
5874
|
&:after {
|
|
5875
|
-
width:
|
|
5876
|
-
height:
|
|
5875
|
+
width: 32px;
|
|
5876
|
+
height: 32px;
|
|
5877
5877
|
background: $wac-input-active-color;
|
|
5878
|
-
top:
|
|
5879
|
-
left: -
|
|
5878
|
+
top: -4px;
|
|
5879
|
+
left: -5px;
|
|
5880
5880
|
}
|
|
5881
5881
|
&:before,
|
|
5882
5882
|
&:after {
|
|
@@ -5915,7 +5915,7 @@ wac-optional-disable-container {
|
|
|
5915
5915
|
|
|
5916
5916
|
.wac-radio__row {
|
|
5917
5917
|
min-width: 100%;
|
|
5918
|
-
margin: 0 0
|
|
5918
|
+
margin: 0 0 15px;
|
|
5919
5919
|
}
|
|
5920
5920
|
|
|
5921
5921
|
&--nowrap {
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|