github.com/outbrain/consul@v1.4.5/ui-v2/app/styles/routes/dc/acls/index.scss (about) 1 td a.is-management { 2 @extend %with-star-after; 3 } 4 td a.is-management::after { 5 height: 16px; 6 top: 2px; 7 padding-left: 32px; 8 } 9 @media #{$--horizontal-tabs} { 10 .template-policy.template-list main header .actions, 11 .template-token.template-list main header .actions { 12 position: relative; 13 top: 50px; 14 } 15 } 16 17 @media #{$--lt-wide-form} { 18 html.template-acl.template-edit main header .actions { 19 float: none; 20 display: flex; 21 justify-content: space-between; 22 margin-bottom: 1em; 23 } 24 html.template-acl.template-edit main header .actions .with-feedback { 25 position: absolute; 26 right: 0; 27 } 28 html.template-acl.template-edit main header .actions .with-confirmation { 29 margin-top: 0; 30 } 31 }