summaryrefslogtreecommitdiff
path: root/front-end/src/index.scss
blob: 784d5be3725016415bf8a3140d736f31e9bda6b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
body {
    background: url(image/slonik.png);
    #app {
        font-size: 100px;
    }
}
.page-header-right{
    position: absolute;
    right: 15px;
    top: 12px;
}

.switch-wrapper {
    position: relative;
}

.switch-wrapper > div {
    position: absolute;
}