1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-13 03:02:49 +00:00
Files
mywebsite/client/js/components/sensors/SensorInfo.scss
2016-09-16 20:39:41 +00:00

16 lines
298 B
SCSS

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