mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 08:04:52 +01:00
16 lines
219 B
CSS
16 lines
219 B
CSS
.GameInstallNotify {
|
|
display: flex;
|
|
justify-content: center;
|
|
background-color: rgb(39, 39, 39);
|
|
color: white;
|
|
}
|
|
|
|
.GameInstallNotify span {
|
|
padding: 10px 0;
|
|
}
|
|
|
|
#pointer {
|
|
position: absolute;
|
|
right: 85px;
|
|
}
|