26 lines
487 B
CSS
26 lines
487 B
CSS
body {
|
|
height: 100vh;
|
|
}
|
|
.c-hand {
|
|
cursor: pointer;
|
|
}
|
|
input[type="checkbox"] {
|
|
cursor: pointer;
|
|
}
|
|
#clipper-bar .btn {
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-size: 80%;
|
|
}
|
|
#map {
|
|
height: 100%;
|
|
}
|
|
#clipX {
|
|
background-image: url('/a/scaenae/assets/icons/section_x.png');
|
|
}
|
|
#clipY {
|
|
background-image: url('/a/scaenae/assets/icons/section_y.png');
|
|
}
|
|
#clipZ {
|
|
background-image: url('/a/scaenae/assets/icons/section_z.png');
|
|
} |