mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 03:05:54 +08:00
27 lines
607 B
Plaintext
27 lines
607 B
Plaintext
// Common styles
|
|
@import "../../../../common/forms/resources/less/common.less";
|
|
|
|
@header-background-color-ie: @toolbar-header-document-ie;
|
|
@header-background-color: var(--toolbar-header-document);
|
|
|
|
#editor_sdk {
|
|
background-color: #fff;
|
|
background-color: var(--background-normal);
|
|
}
|
|
|
|
@media only screen {
|
|
@media (max-width: 767px) {
|
|
.big-resolution {
|
|
display: none !important;
|
|
}
|
|
#id-btn-prev-field {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
@media (min-width: 768px) {
|
|
.small-resolution {
|
|
display: none !important;
|
|
}
|
|
}
|
|
}
|