Initial commit
This commit is contained in:
31
frontend/views/dashboard/scss/calibration.scss
Normal file
31
frontend/views/dashboard/scss/calibration.scss
Normal file
@@ -0,0 +1,31 @@
|
||||
.ntsh_calibration {
|
||||
position: absolute;
|
||||
inset: 0px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
box-sizing: border-box;
|
||||
padding: var(--mux-edge-offset);
|
||||
|
||||
.ntsh_calibration-fullscreen {
|
||||
position: absolute;
|
||||
top: var(--mux-edge-offset);
|
||||
right: var(--mux-edge-offset);
|
||||
transition-duration: .2s;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
opacity: .7;
|
||||
}
|
||||
|
||||
span {
|
||||
font-size: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user