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

     1  html.template-intention.template-list td.intent-allow strong {
     2    @extend %with-allow;
     3    visibility: hidden;
     4  }
     5  html.template-intention.template-list td.intent-deny strong {
     6    @extend %with-deny;
     7    visibility: hidden;
     8  }
     9  html.template-intention.template-list td.destination {
    10    font-weight: $typo-weight-semibold;
    11  }