about summary refs log tree commit diff
path: root/app/javascript/styles/compact_header.scss
blob: 8fef05f0fec34e53085a25ca4878e713f4a8c26f (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
.compact-header {
  h1 {
    font-size: 24px;
    line-height: 28px;
    color: $color3;
    overflow: hidden;
    font-weight: 500;
    margin-bottom: 20px;

    a {
      color: inherit;
      text-decoration: none;
    }

    small {
      font-weight: 400;
      color: $color2;
    }

    img {
      display: inline-block;
      margin-bottom: -5px;
      margin-right: 15px;
      width: 36px;
      height: 36px;
    }
  }
}