summaryrefslogtreecommitdiffstats
path: root/src/_header.scss
blob: 1d601c77775d593407fea98d8e1963d59b2272b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@mixin styles {
    .pageHeaderFacade {
        background-image: url(../images/style-6/custom/header.jpeg);
        background-repeat: repeat-x;

        > .layoutBoundary {
            padding-block: 0;
        }
    }

    .pageHeaderLogo {
        > a {
            padding-block: 0;
        }
    }

    .userPanel > ul > li > a > fa-icon {
        --font-size: 18px;
        --icon-size: 24px;
    }
}