2018-09-11 16:45:54 +00:00
|
|
|
.blockingControl {
|
2018-06-29 16:14:00 +00:00
|
|
|
text-align: center;
|
|
|
|
font-size: 150%;
|
|
|
|
}
|
2018-09-11 15:33:11 +00:00
|
|
|
|
2018-09-11 16:45:54 +00:00
|
|
|
#controlsBlock #control {
|
2018-09-11 15:33:11 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2018-09-11 16:45:54 +00:00
|
|
|
justify-content: space-evenly;
|
2018-09-11 15:33:11 +00:00
|
|
|
}
|
|
|
|
#controlsBlock img {
|
2018-09-11 16:45:54 +00:00
|
|
|
width: 2.5em !important;
|
|
|
|
height: 2.5em !important;
|
2018-09-11 15:33:11 +00:00
|
|
|
}
|