BigW Consortium Gitlab

detail_page.scss 596 Bytes
Newer Older
1
.detail-page-header {
Phil Hughes committed
2
  padding: $gl-padding-top 0;
3
  border-bottom: 1px solid $border-color;
4
  color: $gl-text-color;
Andriy Dyadyura committed
5
  line-height: 34px;
6 7

  .author {
8
    color: $gl-text-color;
9 10 11
  }

  .identifier {
12
    color: $gl-text-color;
13
  }
14

15 16
  .issue_created_ago,
  .author_link {
17 18
    white-space: nowrap;
  }
19 20 21 22
}

.detail-page-description {
  .title {
23 24
    margin: 0 0 16px;
    font-size: 2em;
25
    color: $gl-text-color;
26
    padding: 0 0 0.3em;
27
    border-bottom: 1px solid $white-dark;
28 29 30 31 32
  }

  .description {
    margin-top: 6px;

33 34 35 36
    p {
      &:last-child {
        margin-bottom: 0;
      }
37 38 39
    }
  }
}