Added basic control panel

This commit is contained in:
2026-03-11 16:46:06 +01:00
parent 7df210aaf2
commit c4eedfff1e
105 changed files with 21923 additions and 958 deletions

View File

@@ -0,0 +1,60 @@
.ntsh-fullreboot {
width: 100%;
display: flex;
justify-content: center;
.ntsh-fullreboot-button {
padding: 20px;
border: 2px solid #000;
font-weight: 500;
transition-duration: 0.2s;
cursor: pointer;
background: #ff644e;
font-size: 25px;
font-weight: 800;
letter-spacing: -1px;
&:hover {
background: #be4939;
}
}
}
.ntsh-support {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
margin-top: 30px;
img {
height: 50px;
cursor: pointer;
transition-duration: .2s;
&:hover {
filter: brightness(.8);
}
}
}
.ntsh-calibration {
width: 100%;
margin: 30px 0px;
img {
width: 100%;
}
}
.ntsh_callanchor {
width: 100%;
display: block;
background: #454545;
text-align: center;
padding: 10px 00px;
font-size: 40px;
color: #fff;
}