mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-24 07:44:46 +08:00
29 lines
470 B
SCSS
29 lines
470 B
SCSS
// 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;
|
|
}
|
|
|
|
.form-group.has-error {
|
|
color: $brand-danger;
|
|
|
|
.sci-input-field {
|
|
border: 1px solid $brand-danger;
|
|
}
|
|
}
|
|
}
|
|
|
|
.general-error {
|
|
text-align: center;
|
|
}
|
|
}
|