@asd20/ui 3.2.765 → 3.2.766
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/package.json
CHANGED
|
@@ -66,7 +66,7 @@ export default {
|
|
|
66
66
|
// background-size: 30% auto;
|
|
67
67
|
}
|
|
68
68
|
&::v-deep .lead {
|
|
69
|
-
@include fluid-type($base-font-size * 1
|
|
69
|
+
@include fluid-type($base-font-size * 1, $base-font-size * 1.15);
|
|
70
70
|
color: var(--website-homepage-header__secondary-foreground-color);
|
|
71
71
|
width: 100%;
|
|
72
72
|
}
|
|
@@ -164,8 +164,13 @@ export default {
|
|
|
164
164
|
padding: space(3) space(3) space(2) space(3);
|
|
165
165
|
background: var(--website-homepage-header__secondary-background-color)
|
|
166
166
|
var(--website-homepage-header__secondary-background-style);
|
|
167
|
-
.asd20-messaging {
|
|
167
|
+
&::v-deep .asd20-messaging {
|
|
168
168
|
flex-direction: row;
|
|
169
|
+
.asd20-messaging__heading {
|
|
170
|
+
@include fluid-type($base-font-size * 1.15, $base-font-size * 1.5);
|
|
171
|
+
// color: var(--color__accent-s10);
|
|
172
|
+
// border-bottom: none;
|
|
173
|
+
}
|
|
169
174
|
}
|
|
170
175
|
&::v-deep .message-image {
|
|
171
176
|
margin-top: 0;
|
|
@@ -113,7 +113,7 @@ export default {
|
|
|
113
113
|
&::v-deep .lead {
|
|
114
114
|
margin-bottom: 0;
|
|
115
115
|
// width: 90%;
|
|
116
|
-
@include fluid-type($base-font-size * 1
|
|
116
|
+
@include fluid-type($base-font-size * 1, $base-font-size * 1.15);
|
|
117
117
|
color: var(--website-homepage-header__foreground-color) !important;
|
|
118
118
|
}
|
|
119
119
|
&::v-deep .asd20-button {
|
|
@@ -197,7 +197,7 @@ export default {
|
|
|
197
197
|
animation: slide_left 1.5s ease-in-out 0.5s both;
|
|
198
198
|
}
|
|
199
199
|
.asd20-messaging__heading {
|
|
200
|
-
@include fluid-type($base-font-size * 1.
|
|
200
|
+
@include fluid-type($base-font-size * 1.15, $base-font-size * 1.5);
|
|
201
201
|
color: var(--color__accent-s10);
|
|
202
202
|
border-bottom: none;
|
|
203
203
|
}
|