github.com/outbrain/consul@v1.4.5/ui-v2/app/styles/routes/dc/acls/tokens/index.scss (about)

     1  .template-token.template-edit [for='new-policy-toggle'] {
     2    @extend %anchor;
     3    cursor: pointer;
     4    float: right;
     5  }
     6  %pill.policy-management {
     7    @extend %with-star;
     8  }
     9  %token-yours {
    10    text-indent: 20px;
    11    color: $ui-blue-500;
    12    padding-left: 15px;
    13  }
    14  %token-yours::after {
    15    @extend %with-tick;
    16    border-radius: 100%;
    17    background-color: $ui-blue-500;
    18  }
    19  .me ~ :nth-last-child(2) {
    20    @extend %token-yours;
    21  }
    22  .template-token.template-list main .notice {
    23    margin-top: -20px;
    24  }
    25  .template-token.template-edit dd {
    26    display: flex;
    27  }
    28  .template-token.template-edit dl {
    29    @extend %form-row;
    30  }
    31  .template-token.template-edit dd .with-feedback {
    32    top: -5px;
    33  }