scinote-web/app/assets/stylesheets/protocols/preview_modal.scss

22 lines
332 B
SCSS
Raw Normal View History

// scss-lint:disable SelectorDepth
// scss-lint:disable NestingDepth
@import "constants";
@import "mixins";
#protocol-preview-modal .modal-dialog {
.modal-body {
max-height: 75vh;
overflow-y: auto;
width: 100%;
.ql-editor {
min-height: initial;
}
}
2019-06-26 15:41:24 +08:00
.general-error {
2019-06-26 15:41:24 +08:00
text-align: center;
}
}