Skip to content

Commit

Permalink
fix(cxl-ui): cxl-app-layout remove iframe styles
Browse files Browse the repository at this point in the history
  • Loading branch information
anoblet authored and pawelkmpt committed Jul 25, 2024
1 parent 13936c0 commit c9b8fd1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/cxl-ui/scss/global/cxl-app-layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
@use "../mixins";

cxl-app-layout {
$iframe-height: 200px;

iframe {
width: 100%;
height: $iframe-height;
border: 0;
}

/**
* Entry.
*/
Expand Down Expand Up @@ -74,10 +66,6 @@ cxl-app-layout {
}

&[layout^="2c"][wide] {
iframe {
height: $iframe-height * 2;
}

> .entry {
.entry-content,
.entry-footer {
Expand Down

0 comments on commit c9b8fd1

Please sign in to comment.