mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 02:42:48 +00:00
working on sidebar/sensors
This commit is contained in:
11
client/js/components/sensors/SensorList.scss
Normal file
11
client/js/components/sensors/SensorList.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
.SensorList{
|
||||
.row{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
||||
.item + .item{
|
||||
margin-left: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user