UX: Back button was no longer centred properly.
This commit is contained in:
parent
7c32b03364
commit
471bb5ff61
|
@ -8,12 +8,14 @@
|
||||||
|
|
||||||
.progress-back-container {
|
.progress-back-container {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 0;
|
|
||||||
bottom: 40px;
|
bottom: 40px;
|
||||||
z-index: 950;
|
z-index: 950;
|
||||||
margin-right: 45px;
|
margin-right: 0px;
|
||||||
animation-duration: 0.5s;
|
animation-duration: 0.5s;
|
||||||
animation-name: button-jump-up;
|
animation-name: button-jump-up;
|
||||||
|
width: 145px;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue