open-consul/ui-v2/app/styles/routes/dc/acls/tokens/index.scss

24 lines
467 B
SCSS

// TODO: Move this out of here and into probably modal
.type-dialog {
@extend %anchor;
cursor: pointer;
float: right;
}
%token-yours {
color: $blue-500;
}
%token-yours::before {
@extend %with-check-circle-fill-mask, %as-pseudo;
background-color: $blue-500;
margin-right: 5px;
}
.me ~ :nth-last-child(2) {
@extend %token-yours;
}
.template-token.template-edit main dd {
display: flex;
}
.template-token.template-edit main dl {
@extend %form-row;
}