web-apps/test/presentationeditor/main/resources/less/application.less

35 lines
601 B
Plaintext
Raw Normal View History

2021-09-04 22:40:13 +00:00
// Bootstrap core variables and mixins
2021-09-13 17:10:12 +00:00
@import "../../../../common/main/resources/less/common.less";
2021-09-04 22:40:13 +00:00
.overlay-controls {
/*bottom: 15px;*/
}
.overlay-icon-move-left { background-position: -64px -120px; }
.overlay-icon-move-right { background-position: -96px -120px; }
#box-preview {
position:absolute;
left: 0;
top: 0;
display:none;
width:100%;
height:100%;
z-index: 10;
padding: 48px 0 0 0;
}
#id-preview {
width:100%;
height:100%;
position: relative;
}
.svg-icon {
&.play {
&.pause {
background-position: -20px*10 -20px;
}
}
}