1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00
Files
mywebsite/client/js/components/sensors/SensorInfo.scss
2016-09-18 18:15:30 +00:00

20 lines
363 B
SCSS

.SensorInfo{
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
min-width: 0;
min-height: 600px;
width: 80%;
.selector-row{
display: flex;
justify-content: center;
margin-bottom: 2em;
select{
margin-left: 5px;
}
}
.home{
margin-top: 1em;
}
}