summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/detail_page.scss
blob: f3de05aa5f6d8aac83b17ddac659ba6634ca2d18 (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
.detail-page-header {
  padding: $gl-padding-top 0;
  border-bottom: 1px solid $border-color;
  color: $gl-text-color;
  line-height: 34px;

  .author {
    color: $gl-text-color;
  }

  .identifier {
    color: $gl-text-color;
  }

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

.detail-page-description {
  .title {
    margin: 0 0 16px;
    font-size: 2em;
    color: $gl-text-color;
    padding: 0 0 0.3em;
    border-bottom: 1px solid $white-dark;
  }

  .description {
    margin-top: 6px;
  }
}