Skip to content

Commit

Permalink
Merge pull request #369 from conversionxl/raphael/fix/facelift/hero-m…
Browse files Browse the repository at this point in the history
…argins
  • Loading branch information
pawelkmpt authored Dec 12, 2023
2 parents 14e8270 + 2a57ca2 commit 9b77640
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion packages/cxl-ui/scss/cxl-section.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@

:host(#view-hero),
:host([theme~="cxl-hero"]) {
margin-top: var(--lumo-space-xl);
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
}

Expand Down
5 changes: 1 addition & 4 deletions packages/cxl-ui/scss/global/cxl-section.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@use "~@conversionxl/cxl-lumo-styles/scss/mq";

cxl-section#view-hero, cxl-section[theme~="cxl-hero"] {

.column-1 {
@media #{mq.$medium} {
max-width: 45%;
Expand All @@ -19,10 +20,6 @@ cxl-section#view-hero, cxl-section[theme~="cxl-hero"] {
}

&.wide-background-light-blue {
#view-hero .cxl-hero-titles {
bottom: 0;
transform: translateY(50%);
}

.column-2 {
* {
Expand Down

0 comments on commit 9b77640

Please sign in to comment.