mirror of
https://github.com/mon/PocketVoltex.git
synced 2026-09-25 08:07:56 +03:00
28 lines
387 B
CSS
28 lines
387 B
CSS
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.disabled {
|
|
opacity: 0.4;
|
|
}
|
|
|
|
.configBox {
|
|
background-image: url("../img/topdown-small.png");
|
|
width: 800px;
|
|
height: 571px;
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
}
|
|
|
|
.connect {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 285px;
|
|
display:flex;
|
|
justify-content:center;
|
|
}
|
|
|
|
.connect > button {
|
|
font-size: 40pt;
|
|
} |