diff --git a/frontend/client/style/style.scss b/frontend/client/style/style.scss index 82040da4..95d0c4ef 100644 --- a/frontend/client/style/style.scss +++ b/frontend/client/style/style.scss @@ -22,7 +22,6 @@ $color-cancel-order: #A8ACB9; $color-border-warning: rgba(255, 0, 0, 0.5); $color-btn-default-text: #4F5362; - /* FONTS */ .montserrat-semibold { @@ -186,6 +185,18 @@ table { } } +.btn-cancel { + background: url("cancel_button_idle.svg") no-repeat center; + width: 28px; + height: 15px; + padding: 0; + border: none; + + &:hover { + background: url("cancel_button_hover.svg") no-repeat center; + } +} + .account-section { font-family: 'Montserrat', sans-serif; font-weight: 500; @@ -805,19 +816,6 @@ table { td:last-of-type { width: 22px; } - .cancel { - border: none; - padding: 0; - width: 29px; - height: 16px; - border-radius: 7px; - &:hover { - - } - img { - transform: translate(0px, -3px); - } - } } } } @@ -868,6 +866,11 @@ table { border-top: 1px #DCDDE0 solid; background: rgba(248, 247, 245, 0.15); } + + td:first-child { + width: 50px; + text-align: center; + } } &.helper-row { td { @@ -892,10 +895,12 @@ table { } td.bid { + width: 90px; color: $color-buy; } td.ask { + width: 90px; color: $color-sell; } @@ -912,17 +917,6 @@ table { font-size: 12px; line-height: 20px; } - - .cancel { - border: none; - padding: 0; - width: 29px; - height: 16px; - border-radius: 7px; - img { - transform: translate(0px, -3px); - } - } } .input-section { @@ -1998,6 +1992,9 @@ button.dex-btn-default.sell, button.dex-btn-max.sell { padding: 5px 0; position: relative; float: left; + &:first-child { + padding: 4px 0; + } &:last-of-type { width: 30px; } @@ -2604,7 +2601,6 @@ span.right { text-transform: uppercase; } - .modal-body { .my-allowance-instructions { margin-top: 20px; @@ -2624,12 +2620,11 @@ span.right { position: absolute; top: 50%; left: 50%; - transform: translate(-50%,-50%); + transform: translate(-50%, -50%); } } - div.my-allowance.row { display: flex; flex-flow: row wrap; @@ -2639,7 +2634,6 @@ span.right { } } - div.my-allowance.row.grant { margin-bottom: 10px; } diff --git a/frontend/imports/ui/client/widgets/maintrades.html b/frontend/imports/ui/client/widgets/maintrades.html index 62b63cc4..64092be9 100644 --- a/frontend/imports/ui/client/widgets/maintrades.html +++ b/frontend/imports/ui/client/widgets/maintrades.html @@ -36,10 +36,10 @@