1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 02:12:53 +00:00
Files
mywebsite/client/js/components/sensors/SensorList.scss
2016-09-08 13:34:01 +00:00

28 lines
486 B
SCSS

.SensorList{
.row{
display: flex;
flex-direction: row;
align-items: center;
cursor: pointer;
margin-left: -1em;
margin-right: -1em;
padding: 1em;
&:hover{
background-color: gray;
}
.item + .item{
margin-left: 1em;
}
h2{
margin-bottom: 0;
}
.date{
font-size: .8em;
}
}
}