Skip to content

Commit

Permalink
feat(cxl-ui): cxl-app-layout no content shadow on the blog
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelkmpt committed Jan 23, 2024
1 parent def539f commit 0952e60
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 0952e60

Please sign in to comment.