ice-frontend-react-mobx
Version:
ICE Frontend REACT+MobX
29 lines (25 loc) • 392 B
CSS
.devicesCard,
.legendCard {
width: 90%;
margin-left: auto;
margin-right: auto;
}
.devicesCard {
margin-top: 6rem;
}
.mainContent {
padding-bottom: 1rem;
}
.legendCard {
margin-top: 2rem;
.legend {
display: flex;
align-items: center;
padding-top: 0.5rem;
.legendLabel {
margin-right: 1rem;
margin-top: -0.5rem;
line-height: 2rem;
}
}
}