@wizishop/angular-components 0.0.241 → 0.0.243
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
|
@@ -2186,7 +2186,7 @@ $wac-subtitle-color: #7A87A1!default;
|
|
|
2186
2186
|
}
|
|
2187
2187
|
&__text {
|
|
2188
2188
|
width: 100%;
|
|
2189
|
-
max-width: calc(100% -
|
|
2189
|
+
max-width: calc(100% - 100px);
|
|
2190
2190
|
&__count {
|
|
2191
2191
|
margin: 0;
|
|
2192
2192
|
width: 100%;
|
|
@@ -3478,7 +3478,7 @@ $wac-subtitle-color: #7A87A1!default;
|
|
|
3478
3478
|
.wac-token-check {
|
|
3479
3479
|
display: inline-block;
|
|
3480
3480
|
position: relative;
|
|
3481
|
-
padding:
|
|
3481
|
+
padding: 11px 20px;
|
|
3482
3482
|
border-style: solid;
|
|
3483
3483
|
border-width: 1px;
|
|
3484
3484
|
border-radius: 3px;
|
package/package.json
CHANGED
|
index 01c5035..dd89a96 100644
|
|
|
Binary file
|