mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-10 09:52:51 +00:00
16 lines
304 B
SCSS
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;
|
|
}
|
|
}
|
|
} |