summaryrefslogtreecommitdiffstats
path: root/cwd/assets/altcraft/ui/respawn-styles.rcss
blob: c6bbd7a084bb36f2e62dd18c1f3b3c6e352b2955 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.body-respawn {
    background-color: #800000AA;
}

#died {
    font-size: 10vh;
    margin: 30% auto auto;
}

#respawn {
    display: inline-block;
    width: 45%;
    height: 8%;
    position: fixed;
    margin: 10% auto auto;
}

#disconnect {
    display: inline-block;
    width: 45%;
    height: 8%;
    position: fixed;
    margin: 20% auto auto;
}