Skip to content

Commit

Permalink
Merge pull request #389 from conversionxl/pawel/feat/blog-styles
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelkmpt authored Jan 23, 2024
2 parents def539f + 0952e60 commit 47929bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/cxl-ui/scss/cxl-app-layout/_layout-2c.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,10 @@ $vertical-padding: var(--cxl-wrap-padding);
box-shadow: var(--lumo-box-shadow-s);
}
}

:host([layout^="2c"][wide].cxl-blog) {
main {
box-shadow: none;
}
}
/* stylelint-enable no-duplicate-selectors */

0 comments on commit 47929bb

Please sign in to comment.