github.com/replicatedhq/ship@v0.55.0/web/init/src/scss/components/kustomize/HelmValuesEditor.scss (about)

     1  .AceEditor--wrapper {
     2    &.helm-values {
     3      margin-bottom: 30px;
     4      overflow: auto;
     5      border: 1px solid #C4C8CA;
     6      border-radius: 4px;
     7      
     8      .error-highlight {
     9        background:#FBEDEB;
    10        position: absolute;
    11      }
    12  
    13      .disabled-ace-editor {
    14        opacity: .5;
    15      }
    16  
    17      .ace_search {
    18        left: 0;
    19        right: auto;
    20      }
    21    }
    22  
    23  }
    24  
    25  .advanced-settings-wrapper {
    26    .section-border {
    27      border-bottom: 1px solid #DFDFDF;
    28      &.closed {
    29        margin-bottom: 35px;
    30      }
    31      & p {
    32        top: -13px;
    33        position: absolute;
    34        border: solid 1px #DFDFDF;
    35        border-radius: 50px;
    36        padding: 5px;
    37        background: #fff;
    38      }
    39    }
    40  }