summaryrefslogtreecommitdiff
path: root/app/static/styles/no.css
blob: 352a63521400f6e88addff487e09b412660f8fca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.main {
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 7%;
}

.tab-yes {
    height: 100%;
    width: 3%;
    float: left;
    position: relative;
    z-index: 1;
    background: var(--yes);
}

.tab-home {
    height: 100%;
    width: 3%;
    float: left;
    position: relative;
    z-index: 1;
    background: var(--home);
}

.tab-home:hover {
    width: 4%;
    transition: 0.2s;
}

.tab-yes:hover ~ .main {
    left: 10%;
    transition: 0.2s;
}

.tab-home:hover ~ .main {
    left: 8%;
    transition: 0.2s;
}

.tab-yes:hover ~ .tab-home {
    width: 5%;
    transition: 0.2s;
}

.tab-yes:hover {
    width: 4%;
    transition: 0.2s;
}

.post {
    background: white;
    border-radius: 14px;
    padding: 1rem;
    margin: 1rem;
    width: 20%;
}
Copyright 2019--2024 Marius PETER