@wizishop/angular-components 15.1.57 → 15.1.59
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
|
@@ -7041,6 +7041,9 @@ wac-optional-disable-container {
|
|
|
7041
7041
|
color: $wac-main-text;
|
|
7042
7042
|
font-weight: 500;
|
|
7043
7043
|
margin-bottom: 30px;
|
|
7044
|
+
padding: 5px 10px;
|
|
7045
|
+
border: 1px solid $wac-border-light;
|
|
7046
|
+
border-radius: 3px;
|
|
7044
7047
|
|
|
7045
7048
|
&:after {
|
|
7046
7049
|
position: absolute;
|
|
@@ -7062,7 +7065,7 @@ wac-optional-disable-container {
|
|
|
7062
7065
|
|
|
7063
7066
|
& + .wac-tabs__wrapper {
|
|
7064
7067
|
position: absolute;
|
|
7065
|
-
top: 100
|
|
7068
|
+
top: calc(100% - 30px);
|
|
7066
7069
|
left: 0;
|
|
7067
7070
|
background-color: white;
|
|
7068
7071
|
flex-direction: column;
|
package/package.json
CHANGED
|
index 3f9cb60..1120fe8 100644
|
|
|
Binary file
|