web-apps/apps/presentationeditor/embed/resources/less/application.less

42 lines
687 B
Plaintext
Raw Normal View History

2016-03-11 00:48:53 +00:00
// Bootstrap core variables and mixins
@import "../../../../common/embed/resources/less/common.less";
.overlay-controls {
2016-11-03 15:22:26 +00:00
/*bottom: 15px;*/
2016-03-11 00:48:53 +00:00
}
.overlay-icon-move-left { background-position: -64px -120px; }
2016-11-03 15:22:26 +00:00
.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;
2021-09-29 13:52:28 +00:00
padding: 0;
2021-10-27 23:01:32 +00:00
&.top {
padding-top: 28px;
2021-09-29 13:52:28 +00:00
}
&.bottom {
2021-10-27 23:01:32 +00:00
padding-bottom: 28px;
2021-09-29 13:52:28 +00:00
}
2016-11-03 15:22:26 +00:00
}
#id-preview {
width:100%;
height:100%;
position: relative;
}
.svg-icon {
&.play {
&.pause {
2020-09-08 17:40:54 +00:00
background-position: -20px*10 -20px;
2016-11-03 15:22:26 +00:00
}
}
}