mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
level down
This commit is contained in:
@ -1,34 +0,0 @@
|
||||
// Bootstrap core variables and mixins
|
||||
@import "../../../../common/main/resources/less/common.less";
|
||||
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user