formatting
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
.pressure-box {
|
||||
border: 500px /* also change js! */ solid orange;
|
||||
position: fixed;
|
||||
margin: auto;
|
||||
z-index: 100;
|
||||
pointer-events: none;
|
||||
border: 500px /* also change js! */ solid orange;
|
||||
position: fixed;
|
||||
margin: auto;
|
||||
z-index: 100;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.pressure-box-empty {
|
||||
visibility: hidden;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.pressure-box-fired {
|
||||
border-color: orangered;
|
||||
pointer-events: initial !important;
|
||||
}
|
||||
border-color: orangered;
|
||||
pointer-events: initial !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user