Skip to content

Commit

Permalink
Zelta page feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
nimithshetty17 committed Nov 23, 2023
1 parent a6be251 commit de961de
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blocks/carousel/carousel.css
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ main .section.stat-container.carousel-container div.carousel-wrapper {
}

.section.carousel-container .default-content-wrapper {
padding-top: 0;
padding-top: var(--spacer-layout-05);
padding-bottom: var(--spacer-layout-07);
}

Expand Down
4 changes: 2 additions & 2 deletions blocks/cta/cta.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
}

.section.cta-container.bg-white .cta-wrapper {
border-top: 1px solid var(--neutral-sand);
border-bottom: 1px solid var(--neutral-sand);
/* border-top: 1px solid var(--neutral-sand);
border-bottom: 1px solid var(--neutral-sand); */
}

.section.cta-container .cta.block > div,
Expand Down
1 change: 1 addition & 0 deletions blocks/leadspace/leadspace.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ main .leadspace-container > div:last-child { /* needs this specificity */
}

.section.leadspace-container {
position: relative;
background: var(--neutral-bone);
padding: 0;
overflow-x: clip;
Expand Down
7 changes: 7 additions & 0 deletions blocks/stat/stat.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ div.stat-container .stat::after {
padding-top: var(--spacer-element-08);
}

/* Remove Gray bar If we don't have the bottom elements */
div.stat-container .stat:last-child:after {
border-top: none;
padding-top: 0;
height: 0;
}

/* Tablet (and larger) styles */
@media (min-width: 768px) {
div.stat-container .stat {
Expand Down

0 comments on commit de961de

Please sign in to comment.