swingset
Version:
drop-in component library and documentation pages for next.js
25 lines (21 loc) • 454 B
CSS
.categoryHeading {
color: gray;
text-transform: uppercase;
font-size: 0.75rem;
letter-spacing: 0.15em;
margin: 0.75rem 0 0.5rem 1rem;
}
.navItem:hover {
background: rgba(255, 255, 255, 0.1);
}
.navItem {
border-left: 5px solid transparent;
padding: 10px 30px 10px 25px;
display: block;
color: white;
text-decoration: none;
}
.active {
border-left: 5px solid rgba(255, 237, 114, 0.8);
background: rgba(255, 255, 255, 0.05);
}