diff options
Diffstat (limited to 'scss/custom.scss')
| -rw-r--r-- | scss/custom.scss | 18 | 
1 files changed, 18 insertions, 0 deletions
| diff --git a/scss/custom.scss b/scss/custom.scss index e265b61e7..076522366 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -97,6 +97,24 @@ pre {      font-weight: bold;  } +#modal-advanced-search .modal-header{ +    flex-wrap: wrap; +    padding-bottom: 0; +} + +#modal-advanced-search .modal-header .alert-secondary{ +    background-color: $white; +} + +.modal-header, .modal-footer{ +    background-color: $gray-200; +} + +.modal-body.body-scroll{ +    max-height: calc(100vh - 200px); +    overflow-y: auto; +} +  .modal-dialog.full {    width: 98%;    height: 98%; | 
