summaryrefslogtreecommitdiffstats
path: root/blog/_assets/stylesheets/_concerts.scss
blob: a6cc0eb3728923fdeb8dc0ee7bb39635d31be40b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.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;
    }
  }
}