You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

36 lines
586 B

.list-row{
width: 100%;
margin : 10px 0px;
align-items: center;
height : 80px;
justify-content: space-between;
&__right{
&--image{
justify-content: center;
align-items: center;
}
&--text{
margin-right: 10px;
h1{
margin : 0px;
font-size: 20px;
}
p{
margin: 0px;
margin-top : 5px;
font-weight: 100;
letter-spacing: -1px;
color : grey;
}
}
}
&__left{
height: 100%;
span{
padding : 10px 0px;
color: grey;
font-size: 12px;
}
}
}