|
.home-line {
|
|
text-align: center;
|
|
line-height: 0;
|
|
.yellow-line {
|
|
display: inline-block;
|
|
width: 23px;
|
|
height: 4px;
|
|
background: #ff8520;
|
|
border-radius: 3px;
|
|
}
|
|
.brown-line {
|
|
display: inline-block;
|
|
width: 38px;
|
|
height: 4px;
|
|
margin:0 5px;
|
|
background: #e67a21;
|
|
border-radius: 3px;
|
|
|
|
}
|
|
}
|