Skip to content

Commit 075f39e

Browse files
Merge pull request #1545 from ASU/UDS-2014
UDS-2014: fix(unity-bootstrap-theme): removed max-width from btn-row into heroes
2 parents e54b769 + a3e2958 commit 075f39e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

packages/unity-bootstrap-theme/src/scss/extends/_heroes.scss

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,7 @@ div.uds-hero-lg {
336336
[role="doc-subtitle"], // UDS is deprecatated doc-subtitle as a Selector
337337
.hero-subtitle,
338338
a.btn,
339-
.content,
340-
.btn-row {
339+
.content{
341340
grid-column: 2;
342341
max-width: 700px;
343342
z-index: 30;
@@ -379,7 +378,7 @@ div.uds-hero-lg {
379378
grid-template-rows: 1fr auto auto $uds-size-spacing-7;
380379
&.has-btn-row {
381380
.btn-row {
382-
top: 92%;
381+
top: 90%;
383382
}
384383
}
385384

@@ -475,8 +474,7 @@ div.uds-hero-lg {
475474
[role="doc-subtitle"], // UDS is deprecatated doc-subtitle as a Selector
476475
.hero-subtitle,
477476
a.btn,
478-
.content,
479-
.btn-row {
477+
.content {
480478
max-width: calc(940px - 30%);
481479
}
482480
}
@@ -491,8 +489,7 @@ div.uds-hero-lg {
491489
[role="doc-subtitle"], // UDS is deprecatated doc-subtitle as a Selector
492490
.hero-subtitle,
493491
a.btn,
494-
.content,
495-
.btn-row {
492+
.content {
496493
max-width: calc(1200px - 34%);
497494
}
498495
}

0 commit comments

Comments
 (0)