Added basic control panel
This commit is contained in:
60
frontend/views/control/scss/home.scss
Normal file
60
frontend/views/control/scss/home.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user