react-antd-dashboard
Version:
React dashboard layout solution created using AntD and permission based navigation. Supports theming with Less, parameterized routes and private routing. Contains useful components for dashboard application.
20 lines (17 loc) • 368 B
CSS
.basic-header{
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: row;
margin: 0;
padding: 0;
padding-bottom: 8px;
}
.basic-header-right-side{
display: flex;
justify-content: flex-start;
align-items: center;
flex-direction: row;
margin: 0;
padding: 0;
}