github.com/outbrain/consul@v1.4.5/ui-v2/app/styles/components/healthcheck-status/layout.scss (about)

     1  %healthcheck-status::before {
     2    background-size: 55%;
     3    width: 25px !important;
     4    height: 25px !important;
     5    left: 17px;
     6    top: 20px !important;
     7    margin-top: 0 !important;
     8  }
     9  %healthcheck-status.warning::before {
    10    background-size: 100%;
    11  }
    12  %healthcheck-status {
    13    padding: 20px 24px;
    14    padding-bottom: 26px;
    15    padding-left: 57px;
    16    margin-bottom: 24px;
    17    position: relative;
    18  }
    19  %healthcheck-status pre {
    20    padding: 12px;
    21  }
    22  %healthcheck-status .with-feedback {
    23    float: right;
    24  }
    25  %healthcheck-status dt {
    26    margin-bottom: 0.2em;
    27  }
    28  %healthcheck-status dd:first-of-type {
    29    margin-bottom: 0.6em;
    30  }