UNPKG

@anjuna/docs

Version:

Anjuna Documentation Web Components

25 lines 491 B
ad-nav-toggle .ad-nav-toggle { background-color: transparent; border: 0; color: var(--anj-border); margin-left: -3px; margin-right: 0.75rem; padding: 0; position: relative; top: -0.25rem; transition: color 0.2s ease; } ad-nav-toggle .ad-nav-toggle:focus { outline: none; } ad-nav-toggle[active] .ad-nav-toggle { color: var(--anj-secondary); } ad-nav-toggle[disabled] { display: none !important; } @media (min-width: 768px) { ad-nav-toggle { display: none; } }