open-consul/ui/packages/consul-ui/app/components/tabular-dl/skin.scss

22 lines
575 B
SCSS

%tabular-dl {
> dt:last-of-type,
> dd:last-of-type {
border-color: var(--token-color-palette-neutral-300) !important;
}
dt,
dd {
border-color: var(--token-color-palette-neutral-300) !important;
color: var(--token-color-hashicorp-brand) !important;
}
dt {
font-weight: var(--typo-weight-bold);
}
dd .copy-button button::before {
background-color: var(--token-color-hashicorp-brand);
}
dt.type + dd span::before {
@extend %with-info-circle-outline-mask, %as-pseudo;
background-color: var(--token-color-foreground-faint);
}
}