diff --git a/assets/style/style.css b/assets/style/style.css index d7057191e..8051be4ab 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -2471,19 +2471,7 @@ input { outline-color: rgb(180, 180, 180); } -.dcWallet-sWithdraw { - background-color: #ffffff29; - width: 50px; - height: 50px; - padding-top: 13px; - border-radius: 50%; - border-top-left-radius: 7px; - border-bottom-right-radius: 7px; - background-image: linear-gradient(183deg, #9621ff, #7d21ff); - cursor:pointer; -} - -.dcWallet-stake { +.dcWallet-btn-left { background-color: #ffffff29; width: 100px; height: 43px; @@ -2496,7 +2484,7 @@ input { cursor: pointer; } -.dcWallet-unstake { +.dcWallet-btn-right { background-color: #ffffff29; width: 100px; height: 43px; @@ -2509,19 +2497,6 @@ input { cursor:pointer; } -.dcWallet-sDeposit { - background-color: #ffffff29; - width: 50px; - height: 50px; - padding-top: 13px; - border-radius: 50%; - border-top-right-radius: 7px; - border-bottom-left-radius: 7px; - background-image: linear-gradient(183deg, #9621ff, #7d21ff); - cursor:pointer; -} - - .blackBack { transition: all 0.15s ease-in-out; @@ -2560,8 +2535,9 @@ input { } } -.transferMenu .transferHeader .transferExit { - cursor:pointer; +.transferExit { + position: absolute; + right: 15px; } .transferAnimation { diff --git a/index.template.html b/index.template.html index cf5cbea8f..3c8ef00ea 100644 --- a/index.template.html +++ b/index.template.html @@ -502,14 +502,14 @@