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