@wizishop/angular-components 0.0.51 → 0.0.52
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
|
@@ -2064,6 +2064,7 @@ $wac-color-success-popup-alert: #6DCC95!default;
|
|
|
2064
2064
|
border-radius: 3px;
|
|
2065
2065
|
background: transparent;
|
|
2066
2066
|
box-shadow: none;
|
|
2067
|
+
margin-bottom: rem(10);
|
|
2067
2068
|
transition: 0.3s ease;
|
|
2068
2069
|
cursor: pointer;
|
|
2069
2070
|
padding: 12px 20px;
|
|
@@ -2088,7 +2089,7 @@ $wac-color-success-popup-alert: #6DCC95!default;
|
|
|
2088
2089
|
color: $wac-main-text;
|
|
2089
2090
|
}
|
|
2090
2091
|
&:not(:last-child) {
|
|
2091
|
-
margin: 0 rem(10)
|
|
2092
|
+
margin: 0 rem(10) rem(10) 0;
|
|
2092
2093
|
}
|
|
2093
2094
|
}
|
|
2094
2095
|
> span {
|
package/package.json
CHANGED
|
index 57ec125..c01d130 100644
|
|
|
Binary file
|