summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/detail_page.scss
blob: d3eda1a57e6f227cbad1e535beb53eb4ed7eed42 (plain)
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
40
.detail-page-header {
  padding: 11px 0;
  border-bottom: 1px solid $border-color;
  color: #5c5d5e;
  font-size: 16px;
  line-height: 34px;

  .author {
    color: #5c5d5e;
  }

  .identifier {
    color: #5c5d5e;
  }

  .issue_created_ago, .author_link {
    white-space: nowrap;
  }

  .issue-meta {
    display: inline-block;
    line-height: 20px;
  }
}

.detail-page-description {
  .title {
    margin: 0;
    font-size: 23px;
    color: #313236;
  }

  .description {
    margin-top: 6px;

    p:last-child {
      margin-bottom: 0;
    }
  }
}