summaryrefslogtreecommitdiffstats
path: root/assets/sass/_header.scss
blob: 08b279e18679e952c8e734b57f5af305bf2c8961 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
header {
    padding: 1em 0 1em 0;

    #main-title {
        @include pdsans-title();

        &:hover {
            text-decoration: none;
            color: $color-secondary;
        }
    }

    #sub-title {
        font-size: $font-size-l3;
        display: block;
        color: $color-mute;
    }

    border-bottom: $spliter;
}