~starkingdoms/starkingdoms

ref: c0896910b0dbca86f7bab9c75fc014cd922ae099 starkingdoms/starkingdoms-client/src/css/popup.css -rw-r--r-- 340 bytes
c0896910 — ghostlyzsh Merge branch 'bevy_rewrite' of https://gitlab.com/starkingdoms.tk/starkingdoms.tk into bevy_rewrite 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.popup {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

    padding: 2vh 1vw;

    background-color: var(--bg-secondary-1);
    width: 19%;
    height: min-content;
    border-radius: 5px;
}
.popup > h1 {
    margin: 0;
}
.popup > h2 {
    margin: 0 0 1vh;
    color: var(--sub-headline);
}