1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 02:42:48 +00:00
Files
mywebsite/client/js/components/sensors/SensorInfo.scss
2016-09-18 17:13:21 +00:00

17 lines
321 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;
}
}
}