sidebar-card.less
.sidebar-card {
border-bottom: 1px solid #efefef;
.details {
padding: 8px;
.checkbox {
display: inline-block;
}
.time {
font-size: 11px;
text-align: right;
text-transform: uppercase;
}
.row-one {
.info {
float: right;
.trail {
.time;
}
}
}
.row-two {
.location {
display: inline-block;
.map-icon {
height: 16px;
width: 12px;
margin: 0 7px 0 5px;
}
.text {
font-size: 11px;
}
}
.time-range {
float: right;
margin-top: 4px;
.period {
.time;
}
}
}
}
}