mirror of https://github.com/ColorlibHQ/AdminLTE
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.
25 lines
310 B
25 lines
310 B
4 years ago
|
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%;
|
||
|
}
|
||
|
}
|
||
|
}
|