@anjuna/docs
Version:
Anjuna Documentation Web Components
26 lines • 663 B
CSS
ad-framework-switcher {
display: block;
font-size: 0.875rem;
font-family: var(--anj-font-family);
font-weight: normal;
line-height: 1.5;
outline: none;
margin: -25px 0 0 -13px;
width: 50%;
}
ad-framework-switcher, ad-framework-switcher::before, ad-framework-switcher::after {
box-sizing: border-box;
outline: none;
}
ad-framework-switcher:focus, ad-framework-switcher:active, ad-framework-switcher *:focus, ad-framework-switcher *:active {
outline: none;
}
ad-framework-switcher .anj-dropdown-item {
text-transform: capitalize;
}
ad-framework-switcher img {
height: 0.875rem;
margin-right: 0.25rem;
position: relative;
top: -2px;
}