@anjuna/docs
Version:
Anjuna Documentation Web Components
29 lines • 588 B
CSS
:host {
display: block;
font-size: 0.875rem;
font-family: var(--anj-font-family);
font-weight: normal;
line-height: 1.5;
outline: none;
bottom: 0.5rem;
color: var(--anj-neutral-dark);
font-size: 0.75rem;
left: 50%;
padding: 1rem 1rem 0;
position: absolute;
text-align: center;
transform: translateX(-50%);
}
:host, :host::before, :host::after {
box-sizing: border-box;
outline: none;
}
:host:focus, :host:active, :host *:focus, :host *:active {
outline: none;
}
@media (min-width: 768px) {
:host {
padding-left: 2rem;
padding-right: 2rem;
}
}