// 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; } }