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.
 
 

30 lines
491 B

.options {
$w: 600px;
.line {
line-height:50px;
margin:5px auto;
text-align:center;
width:$w;
}
hr {
border:0;
border-top:1px #ccc solid;
margin:50px auto;
width:$w;
}
.option {
border:1px solid #444;
height:50px;
line-height:50px;
margin:5px auto;
text-align:center;
width:$w;
}
.selected {
background:rgba(17, 250, 87, 0.5);
}
}