mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-09 01:12:52 +00:00
15 lines
243 B
SCSS
15 lines
243 B
SCSS
.SensorInfo{
|
|
flex: 1;
|
|
padding-right: 1em;
|
|
padding-left: 1em;
|
|
min-width: 0;
|
|
|
|
.selector-row{
|
|
display: flex;
|
|
justify-content: center;
|
|
|
|
select{
|
|
margin-left: 5px;
|
|
}
|
|
}
|
|
} |