29 lines
436 B
CSS
29 lines
436 B
CSS
#upg-saves {
|
|
display: flex;
|
|
flex-direction: column;
|
|
font-size: 0.9em;
|
|
visibility: hidden;
|
|
position: absolute;
|
|
left: 1rem;
|
|
bottom: 1rem;
|
|
}
|
|
|
|
#upg-saves-reset {
|
|
cursor: pointer;
|
|
}
|
|
#upg-saves-reset:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
#upg-cuteface {
|
|
visibility: hidden;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: 0.3;
|
|
z-index: -5;
|
|
}
|