Skip to content

Commit

Permalink
Merge pull request #425 from conversionxl/anoblet/fix/layout
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelkmpt authored Jul 19, 2024
2 parents 3744ad1 + ceb460a commit 13936c0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/cxl-ui/scss/global/cxl-app-layout.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@use "~@conversionxl/cxl-lumo-styles/scss/mixins" as cxl-lumo-styles-mixins;
@use "~@conversionxl/cxl-lumo-styles/scss/mq";
@use "../mixins";

cxl-app-layout {
Expand Down Expand Up @@ -139,4 +140,16 @@ cxl-app-layout {
}
}
}

#cxl-feature-cover {
padding: var(--lumo-space-m) var(--cxl-wrap-padding);

@media #{mq.$large} {
padding: var(--lumo-space-m) var(--cxl-wrap-padding);
}

@media #{mq.$retina} {
padding: var(--lumo-space-m) calc(2 * var(--lumo-space-xl));
}
}
}

0 comments on commit 13936c0

Please sign in to comment.