Files
onspring-api-docs/src/app/components/SideBar.module.css
T

22 lines
280 B
CSS
Raw Normal View History

2023-04-07 23:18:45 -05:00
.container {
display: flex;
flex-direction: column;
height: 100%;
border-right: 1px solid #848586;
padding: 1rem;
}
.title {
font-size: 1rem;
white-space: nowrap;
}
.onspring {
font-weight: bold;
color: white;
}
.api {
font-weight: bold;
color: #ee7203;
}