Skip to content

Commit

Permalink
Update static/css/components/buttonCta.less
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrini authored Dec 11, 2024
1 parent eeea04b commit 160b55d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions static/css/components/buttonCta.less
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,18 @@ a.cta-btn {
}

// Button inside carousel
.carousel-section .cta-btn .btn-label {
padding: 8px 10px;
padding-right: 25px;
.carousel-section .cta-btn {
white-space: nowrap;
text-overflow: ellipsis;
font-size: 14px;
text-align: center;

&.cta-btn--external {
padding-right: 25px;
.btn-label {
padding: 8px 10px;
}
}
}

// Top margin to button coming after another button
Expand Down

0 comments on commit 160b55d

Please sign in to comment.