tao-test/app/taoMediaManager/views/scss/media.scss

32 lines
569 B
SCSS

@import 'inc/bootstrap';
.previewer {
position: relative;
iframe {
min-height: 400px;
width: 100%;
}
.previewer-component {
background-color: white;
text-align: initial;
.item-previewer-scope {
height: calc(100vh - 250px);
.action-bar,
.test-sidebar {
display: none;
}
}
}
&.no-background {
background: none;
}
}
#item-editor-scope {
.tool-group {
._accordion {
display: none;
}
}
}