@asd20/ui 3.2.545 → 3.2.547
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
|
@@ -223,11 +223,11 @@ export default {
|
|
|
223
223
|
height: min-content;
|
|
224
224
|
align-self: end;
|
|
225
225
|
.asd20-button {
|
|
226
|
-
min-width:
|
|
226
|
+
min-width: 100%;
|
|
227
227
|
border-radius: var(--website-shape__radius-m);
|
|
228
228
|
margin: space(0.5) 0 0;
|
|
229
229
|
flex-grow: 1;
|
|
230
|
-
max-width:
|
|
230
|
+
max-width: 100%;
|
|
231
231
|
font-size: 0.875rem !important;
|
|
232
232
|
background-color: var(
|
|
233
233
|
--website-header__button-background-color,
|
|
@@ -319,6 +319,12 @@ $min: 3rem;
|
|
|
319
319
|
$max: 4rem;
|
|
320
320
|
@media (min-width: 667px) {
|
|
321
321
|
.asd20-school-homepage-video-header {
|
|
322
|
+
&__call-to-action {
|
|
323
|
+
.asd20-button {
|
|
324
|
+
min-width: 50%;
|
|
325
|
+
max-width: 50%;
|
|
326
|
+
}
|
|
327
|
+
}
|
|
322
328
|
&__top {
|
|
323
329
|
flex-direction: row;
|
|
324
330
|
justify-content: flex-start;
|
|
@@ -448,6 +454,12 @@ $max: 4rem;
|
|
|
448
454
|
&__lead + &__call-to-action {
|
|
449
455
|
margin-top: 0;
|
|
450
456
|
}
|
|
457
|
+
&__call-to-action {
|
|
458
|
+
.asd20-button {
|
|
459
|
+
min-width: 60%;
|
|
460
|
+
max-width: 60%;
|
|
461
|
+
}
|
|
462
|
+
}
|
|
451
463
|
|
|
452
464
|
&__image {
|
|
453
465
|
display: block;
|