@wizishop/angular-components 15.1.56 → 15.1.57
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
|
@@ -3995,45 +3995,6 @@ wac-calendar {
|
|
|
3995
3995
|
}
|
|
3996
3996
|
}
|
|
3997
3997
|
}
|
|
3998
|
-
.wac-google-preview {
|
|
3999
|
-
padding: 30px;
|
|
4000
|
-
border: 1px solid $wac-google-preview-border;
|
|
4001
|
-
width: 100%;
|
|
4002
|
-
display: flex;
|
|
4003
|
-
flex-direction: column;
|
|
4004
|
-
align-items: flex-start;
|
|
4005
|
-
justify-content: flex-start;
|
|
4006
|
-
font-family: 'Arial', sans-serif;
|
|
4007
|
-
overflow: hidden;
|
|
4008
|
-
&__url {
|
|
4009
|
-
width: 100%;
|
|
4010
|
-
white-space: nowrap;
|
|
4011
|
-
text-overflow: ellipsis;
|
|
4012
|
-
overflow: hidden;
|
|
4013
|
-
color: $wac-google-preview-url;
|
|
4014
|
-
font-size: rem(14);
|
|
4015
|
-
margin: 0 0 10px;
|
|
4016
|
-
line-height: rem(16);
|
|
4017
|
-
}
|
|
4018
|
-
&__title {
|
|
4019
|
-
width: 100%;
|
|
4020
|
-
color: $wac-google-preview-title;
|
|
4021
|
-
font-size: rem(20);
|
|
4022
|
-
line-height: rem(22);
|
|
4023
|
-
text-overflow: ellipsis;
|
|
4024
|
-
white-space: nowrap;
|
|
4025
|
-
overflow: hidden;
|
|
4026
|
-
margin: 0 0 rem(12);
|
|
4027
|
-
}
|
|
4028
|
-
&__description {
|
|
4029
|
-
width: 100%;
|
|
4030
|
-
font-size: rem(14);
|
|
4031
|
-
line-height: rem(24);
|
|
4032
|
-
overflow: hidden;
|
|
4033
|
-
color: $wac-google-preview-description;
|
|
4034
|
-
margin: 0;
|
|
4035
|
-
}
|
|
4036
|
-
}
|
|
4037
3998
|
.wac-free-popin {
|
|
4038
3999
|
height: 100%;
|
|
4039
4000
|
width: 100%;
|
|
@@ -4173,6 +4134,45 @@ wac-calendar {
|
|
|
4173
4134
|
.wac-free-popin .ps-content > * {
|
|
4174
4135
|
padding-right: 15px;
|
|
4175
4136
|
}
|
|
4137
|
+
.wac-google-preview {
|
|
4138
|
+
padding: 30px;
|
|
4139
|
+
border: 1px solid $wac-google-preview-border;
|
|
4140
|
+
width: 100%;
|
|
4141
|
+
display: flex;
|
|
4142
|
+
flex-direction: column;
|
|
4143
|
+
align-items: flex-start;
|
|
4144
|
+
justify-content: flex-start;
|
|
4145
|
+
font-family: 'Arial', sans-serif;
|
|
4146
|
+
overflow: hidden;
|
|
4147
|
+
&__url {
|
|
4148
|
+
width: 100%;
|
|
4149
|
+
white-space: nowrap;
|
|
4150
|
+
text-overflow: ellipsis;
|
|
4151
|
+
overflow: hidden;
|
|
4152
|
+
color: $wac-google-preview-url;
|
|
4153
|
+
font-size: rem(14);
|
|
4154
|
+
margin: 0 0 10px;
|
|
4155
|
+
line-height: rem(16);
|
|
4156
|
+
}
|
|
4157
|
+
&__title {
|
|
4158
|
+
width: 100%;
|
|
4159
|
+
color: $wac-google-preview-title;
|
|
4160
|
+
font-size: rem(20);
|
|
4161
|
+
line-height: rem(22);
|
|
4162
|
+
text-overflow: ellipsis;
|
|
4163
|
+
white-space: nowrap;
|
|
4164
|
+
overflow: hidden;
|
|
4165
|
+
margin: 0 0 rem(12);
|
|
4166
|
+
}
|
|
4167
|
+
&__description {
|
|
4168
|
+
width: 100%;
|
|
4169
|
+
font-size: rem(14);
|
|
4170
|
+
line-height: rem(24);
|
|
4171
|
+
overflow: hidden;
|
|
4172
|
+
color: $wac-google-preview-description;
|
|
4173
|
+
margin: 0;
|
|
4174
|
+
}
|
|
4175
|
+
}
|
|
4176
4176
|
.wac-header-page {
|
|
4177
4177
|
width: 100%;
|
|
4178
4178
|
background-color: transparent;
|
|
@@ -7040,6 +7040,7 @@ wac-optional-disable-container {
|
|
|
7040
7040
|
padding-bottom: 7px;
|
|
7041
7041
|
color: $wac-main-text;
|
|
7042
7042
|
font-weight: 500;
|
|
7043
|
+
margin-bottom: 30px;
|
|
7043
7044
|
|
|
7044
7045
|
&:after {
|
|
7045
7046
|
position: absolute;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|