blob: a6cc0eb3728923fdeb8dc0ee7bb39635d31be40b (
plain) (
tree)
|
|
.concert-listing {
border-top: 1px solid $dimmed-text-color;
header {
.date,
.city,
.venue,
.comments {
display: inline-block;
}
.date { width: 3cm; }
.city { width: 2cm; }
.comment {
float: right;
color: $heading-color;
}
background-color: $menu-bar-background;
}
margin-bottom: 3mm;
}
.concert {
header {
border: {
top: 1px solid gray;
bottom: 1px solid gray;
}
background-color: $menu-bar-background;
.date {
color: $link-color;
}
.bands {
font-size: 150%;
margin-bottom: 5mm;
}
}
}
|