1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-10 09:52:51 +00:00
Files
mywebsite/client/js/components/sensors/SensorInfo.scss
2016-09-16 19:02:38 +00:00

16 lines
304 B
SCSS

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