web-apps/test/common/main/resources/less/common.less

31 lines
489 B
Plaintext
Raw Normal View History

2021-08-30 01:49:25 +00:00
.embed-body {
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
2022-11-18 19:22:02 +00:00
font-size: 12px;
2021-08-30 01:49:25 +00:00
overflow: hidden;
}
// Document Viewer
// -------------------------
.viewer {
position: absolute;
margin: 0;
padding: 0;
left: 0;
right: 0;
2021-09-10 06:26:28 +00:00
top: 0;
bottom: 0;
2021-08-30 01:49:25 +00:00
&.top {
top: 48px;
bottom: 0;
}
&.bottom {
top: 0;
bottom: 46px;
}
}