@anjuna/docs
Version:
Anjuna Documentation Web Components
20 lines • 457 B
CSS
ad-api-name {
display: inline;
font-size: 0.875rem;
font-family: var(--anj-font-family);
font-weight: normal;
line-height: 1.5;
outline: none;
}
ad-api-name, ad-api-name::before, ad-api-name::after {
box-sizing: border-box;
outline: none;
}
ad-api-name:focus, ad-api-name:active, ad-api-name *:focus, ad-api-name *:active {
outline: none;
}
ad-api-name::after {
color: var(--anj-secondary-dark);
content: ":";
margin-right: 0.5rem;
}