@tesler-ui/cra-template-typescript
Version:
The base TypeScript template for Create React App.
49 lines (41 loc) • 739 B
CSS
.icon {
color: #595959;
}
.MenuItemLink {
font-size: 16px;
display: flex;
align-items: center;
flex-wrap: nowrap;
width: 240px;
}
.Container {
border-right: 0;
}
.Item {
display: flex;
margin: 0 ;
align-items: center;
font-weight: initial;
white-space: normal;
}
.Item:global(.ant-menu-item) {
height: 48px;
padding-right: 5px;
padding-top: 6px;
padding-bottom: 6px;
font-family: Roboto;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 3;
letter-spacing: normal;
}
.Container:global(.ant-menu-vertical) {
border-right: 0;
}
.Category {
font-weight: 600;
}
.sideMenuCollapsed {
display: none;
}