Skip to content

Commit

Permalink
NA - Configuration result page improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiscoelho committed Mar 13, 2024
1 parent 63b94df commit a12a4a1
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions styles/configuration-result.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
body.configuration-result {
padding-bottom: 40px;
}

body.configuration-result header {
display: block;
height: auto;
Expand Down Expand Up @@ -117,6 +121,10 @@ body.configuration-result .block {
margin: 20px 15px;
}

body.configuration-result .block img {
width: 100%;
}

body.configuration-result .blocks {
margin: 0;
display: block;
Expand Down Expand Up @@ -160,6 +168,10 @@ body.configuration-result .engine-spec-container table tr td:last-child {
padding: 0 32px;
}

body.configuration-result h2 {
font-size: 70px;
}

body.configuration-result header .wrapper {
height: 70px;
}
Expand Down Expand Up @@ -193,7 +205,7 @@ body.configuration-result .engine-spec-container table tr td:last-child {
}

body.configuration-result .hero h1 {
font-size: 125px;
font-size: 100px;
position: absolute;
width: 200px;
top: 130px;
Expand Down Expand Up @@ -244,10 +256,6 @@ body.configuration-result .engine-spec-container table tr td:last-child {
margin: 40px 0;
}

body.configuration-result .default-content-wrapper > div .block img {
width: 100%;
}

/* top left */
body.configuration-result .default-content-wrapper > div > :nth-child(4n+1 of .block) {
clear: both;
Expand Down Expand Up @@ -297,6 +305,12 @@ body.configuration-result .engine-spec-container table tr td:last-child {
margin-top: 60px;
}

body.configuration-result .blocks .sub-group h3 {
border-top: 1px solid var(--midnight-blue-color);
padding-top: 20px;
margin-top: 35px;
}

body.configuration-result .blocks h2 {
font-size: 38px;
}
Expand All @@ -316,3 +330,9 @@ body.configuration-result .engine-spec-container table tr td:last-child {
}
}

@media (width >= 900px) {
body.configuration-result .hero h1 {
font-size: 125px;
}
}

0 comments on commit a12a4a1

Please sign in to comment.