diff options
Diffstat (limited to 'scss/custom.scss')
| -rw-r--r-- | scss/custom.scss | 57 | 
1 files changed, 57 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 2406a1d98..77f17c6e0 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%; @@ -168,10 +186,15 @@ div.dt-buttons{      @include transition($btn-transition);  } +.dt-button.btn-success { +    @include button-variant($success, $success); +} +  .dt-button.disabled{      background-color: #f8f9fa;      border-color: #f8f9fa;      color: $gray-500; +    cursor: not-allowed;  }  .small-button{ @@ -199,6 +222,11 @@ textarea {  .sheet h4 { color: $text-muted; } +#bookmark-list .input-link{ +    width: 100%; +    padding-right: 5px; +} +  #window-fixed-menu{      background-color: $gray-200;      position: fixed; @@ -296,6 +324,7 @@ textarea {  .sheet .row{      padding: 0 0.75em; +    margin: 0;  }  .clean-table h4{ @@ -507,6 +536,34 @@ div#foot a:hover {  } +#basket-manage #foot_pk{ +    display: none; +} + +#basket-manage +#grid_pk_meta_wrapper{ +    width: 50%; +    float: left; +    padding-bottom: 80px; +} + +#basket-add-button{ +    width: 8%; +    float: left; +    margin: 20vh 1% 0 1%; +} + +#basket-content-wrapper{ +    width: 40%; +    float: left; +} + +#basket-content{ +    text-align: left; +    overflow: auto; +    max-height: 60vh; +} +  /* ui-autocomplete - start */  .ui-widget-content {  | 
