Files
mon_PocketVoltex/Software/WebConfig/css/style.css
T
2017-03-04 15:45:36 +10:00

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;
}