diff --git a/public/views/confirm.html b/public/views/confirm.html index 418dcd679..a6ce54064 100644 --- a/public/views/confirm.html +++ b/public/views/confirm.html @@ -51,7 +51,7 @@ + - diff --git a/public/views/modals/txp-details.html b/public/views/modals/txp-details.html index b340e1bf5..664eac894 100644 --- a/public/views/modals/txp-details.html +++ b/public/views/modals/txp-details.html @@ -160,7 +160,7 @@ Delete Payment Proposal + - diff --git a/src/sass/views/confirm.scss b/src/sass/views/confirm.scss index 892fa9161..556301f5d 100644 --- a/src/sass/views/confirm.scss +++ b/src/sass/views/confirm.scss @@ -14,8 +14,4 @@ height: 100px; background-color: #f5f5f5; } - .accept-button { - position: fixed; - bottom: 49px; - } } diff --git a/src/sass/views/includes/txp-details.scss b/src/sass/views/includes/txp-details.scss index c05d42deb..60aadee20 100644 --- a/src/sass/views/includes/txp-details.scss +++ b/src/sass/views/includes/txp-details.scss @@ -63,8 +63,4 @@ height: 100px; background-color: #f5f5f5; } - .accept-button { - position: fixed; - bottom: 49px; - } }