diff --git a/frontend/client/style/style.scss b/frontend/client/style/style.scss index 14975547..7fc01120 100644 --- a/frontend/client/style/style.scss +++ b/frontend/client/style/style.scss @@ -1755,7 +1755,7 @@ button.dex-btn-default.sell, button.dex-btn-max.sell { } .div-clients { - height: 360px; + height: 420px; display: flex; justify-content: center; font-size: 21px; @@ -1765,11 +1765,12 @@ button.dex-btn-default.sell, button.dex-btn-max.sell { } .div-metamask, - .div-mist { + .div-mist, + .div-parity { background-color: #FFFFFF; width: 340px; - height: 360px; - padding: 33px 10px 33px 27px; + height: 420px; + padding: 32px 24px; opacity: 0.89; border: 2px solid #EFF1F3; box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.13); @@ -1813,7 +1814,6 @@ button.dex-btn-default.sell, button.dex-btn-max.sell { .align-number { display: table-cell; - vertical-align: middle; padding-right: 20px; } diff --git a/frontend/imports/ui/client/noethereum.html b/frontend/imports/ui/client/noethereum.html index 88fb7ef6..5f885475 100644 --- a/frontend/imports/ui/client/noethereum.html +++ b/frontend/imports/ui/client/noethereum.html @@ -1,28 +1,53 @@ diff --git a/frontend/public/parity-logo.png b/frontend/public/parity-logo.png new file mode 100644 index 00000000..5c5dd172 Binary files /dev/null and b/frontend/public/parity-logo.png differ