mirror of
https://github.com/Max-Stevenson/jurassic-park-interface.git
synced 2024-12-26 17:29:35 +00:00
Finally fixed errant stop button styling.
This commit is contained in:
parent
35d92cc7eb
commit
e1aed59341
@ -270,8 +270,14 @@ body {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.button-control__bottom :last-child {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#stop-button {
|
||||
font-size: 16px;
|
||||
position: absolute;
|
||||
top: -2.5%;
|
||||
left: 35%;
|
||||
}
|
||||
|
||||
#power-charge {
|
||||
|
File diff suppressed because one or more lines are too long
@ -37,8 +37,14 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.button-control__bottom :last-child {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#stop-button {
|
||||
font-size: 16px;
|
||||
position: absolute;
|
||||
top: -2.5%;
|
||||
left: 35%;
|
||||
}
|
||||
|
||||
#power-charge {
|
||||
|
Loading…
Reference in New Issue
Block a user