You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AdminLTE/build/scss/pages/_iframe.scss

25 lines
310 B

body.iframe-mode {
.main-sidebar {
display: none;
}
.content-wrapper {
margin-left: 0 !important;
}
.main-header,
.main-footer {
display: none;
}
}
.content-wrapper {
height: 100%;
&.iframe-mode {
iframe {
border: 0;
width: 100%;
height: 100%;
}
}
}