about summary refs log tree commit diff
path: root/app/javascript/styles/footer.scss
blob: 07ecb5e7554b309b68ae767b8fdf9ed2aa4d446a (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
.footer {
  text-align: center;
  margin-top: 30px;
  font-size: 12px;
  color: darken($color2, 25%);

  .domain {
    font-weight: 500;

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

  .powered-by, .single-user-login {
    font-weight: 400;

    a {
      color: inherit;
      text-decoration: underline;
      font-weight: 500;

      &:hover {
        text-decoration: none;
      }
    }
  }
}