open-consul/ui/packages/consul-ui/app/components/auth-profile/index.scss

20 lines
363 B
SCSS

.auth-profile {
padding: 0.9em 1em;
}
.auth-profile {
@extend %p2;
}
.auth-profile dt span {
font-weight: var(--typo-weight-normal);
}
.auth-profile dt {
font-weight: var(--typo-weight-bold);
}
.auth-profile dt,
.auth-profile dd {
color: var(--token-color-paletter-neutral-300);
}
.auth-profile dt span {
color: var(--token-color-foreground-faint);
}