THU Hole react frontend
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

16 lines
282 B

.pressure-box {
border: 500px /* also change js! */ solid orange;
position: fixed;
margin: auto;
z-index: 100;
pointer-events: none;
}
.pressure-box-empty {
visibility: hidden;
}
.pressure-box-fired {
border-color: orangered;
pointer-events: initial !important;
}