summaryrefslogtreecommitdiff
path: root/source/stylesheets/custom.scss
blob: d358ec2d31029d1df1f9e3e1869a575d6f9d3dbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@import "foundation.scss";

// sublab specific stlyesheet customizations
// use 7 columns for week overview on index

.dow-columns {
  @media #{$large-up} {
    @include grid-column($columns: 1.7);
  }
}

// sublab logo
.top-bar .name a:before {
    background-image: url('../images/sublab-logo-trans-small.png');
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 48px;
    margin-right: 10px;
    position: relative;
    width: 60px;
}