Files
Bolt/html/launcher.css
2023-08-19 15:42:25 +01:00

68 lines
979 B
CSS

body {
overflow: hidden;
z-index: 0;
}
select {
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
min-width: 110px;
}
hr {
width: 85%;
}
button {
margin-left: 4px;
margin-right: 4px;
margin-top: 8px;
}
textarea {
margin-left: 4px;
margin-right: 4px;
margin-top: 8px;
resize: horizontal;
min-width: 150px;
max-width: 60%;
}
.button-red {
background-color:#f49088;
}
.p-disclaimer {
user-select: none;
font-size: 28px;
}
.p-err {
background-color: #FF30303A;
}
.button-disclaimer {
width: 300px;
height: 70px;
text-align: center;
font-size: 48px;
background-color: #6868E0;
}
.div-bg {
padding-left: 6%;
padding-right: 6%;
padding-top: auto;
padding-bottom: auto;
left: 0;
top: 0;
width: 88%;
height: 100%;
position: absolute;
z-index: 10;
text-align: center;
vertical-align: middle;
background-color: #CCCCCC;
}