summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/public.scss
blob: 13574ce7baa8f8470783be6bf9adfbb89fec1e21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.public {
  header {
    padding: 0.5em 0;
    h1 {
      background: asset-url('logos.svg');
      height: 150px;
      background-position: 0 -676px;
      background-repeat: no-repeat;
      margin: 5px auto 0 auto;
      width: 150px;
      span {
        display: block;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
      }
    }
  }
}