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.
35 lines
564 B
35 lines
564 B
.options {
|
|
$w: 600px;
|
|
|
|
font-family:Emulogic;
|
|
margin:0 auto;
|
|
padding:50px;
|
|
|
|
.line {
|
|
line-height:50px;
|
|
margin:5px auto;
|
|
text-align:center;
|
|
width:$w;
|
|
}
|
|
|
|
hr {
|
|
border:0;
|
|
border-top:1px #ccc solid;
|
|
margin:40px auto;
|
|
width:$w;
|
|
}
|
|
|
|
.option {
|
|
border:1px solid #fff;
|
|
height:50px;
|
|
line-height:50px;
|
|
margin:5px auto;
|
|
text-align:center;
|
|
width:$w;
|
|
}
|
|
|
|
.selected {
|
|
background:#0d0;
|
|
border-color:#0d0;
|
|
}
|
|
}
|
|
|