about summary refs log blame commit diff
path: root/app/assets/stylesheets/footer.scss
blob: 07ecb5e7554b309b68ae767b8fdf9ed2aa4d446a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15













                              
                                   











                                 
.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;
      }
    }
  }
}