From 083b930e4a630a7b8e1a9767596296f09e9838d4 Mon Sep 17 00:00:00 2001 From: rajuvemula Date: Mon, 2 Sep 2024 12:48:49 +0530 Subject: [PATCH] update brand colors --- src/assets/images/icons.svg | 4 +- src/assets/images/inactive.svg | 4 +- src/assets/images/xprt.svg | 2 +- src/assets/scss/_common.scss | 40 +- src/assets/scss/index.css | 5735 ++++++++++++---------- src/assets/scss/index.css.map | 8 +- src/assets/scss/views/_createwallet.scss | 12 +- src/assets/scss/views/_dashboard.scss | 38 +- src/assets/scss/views/_header.scss | 4 +- src/assets/scss/views/_homepage.scss | 2 +- src/assets/scss/views/_main.scss | 4 +- src/components/DarkMode/theme.js | 6 +- 12 files changed, 3333 insertions(+), 2526 deletions(-) diff --git a/src/assets/images/icons.svg b/src/assets/images/icons.svg index 56e50023..b86b8905 100644 --- a/src/assets/images/icons.svg +++ b/src/assets/images/icons.svg @@ -54,7 +54,7 @@ + fill="#E59636"/> - + diff --git a/src/assets/images/inactive.svg b/src/assets/images/inactive.svg index 4bd9f539..aab2ee87 100644 --- a/src/assets/images/inactive.svg +++ b/src/assets/images/inactive.svg @@ -1,7 +1,7 @@ - + + stroke="#E59636" stroke-width="0.75"/> diff --git a/src/assets/images/xprt.svg b/src/assets/images/xprt.svg index 433f60be..1a94be34 100644 --- a/src/assets/images/xprt.svg +++ b/src/assets/images/xprt.svg @@ -8,6 +8,6 @@ - + diff --git a/src/assets/scss/_common.scss b/src/assets/scss/_common.scss index 5dfccaad..1ae6fd15 100644 --- a/src/assets/scss/_common.scss +++ b/src/assets/scss/_common.scss @@ -28,11 +28,11 @@ body { } .button.button-primary { - background: #C73238; + background: #E59636; font-weight: 600; font-size: 16px; color: #FCFCFC; - border-color: #C73238; + border-color: #E59636; padding: 0.375rem 1.2rem; border-radius: 6px; } @@ -46,14 +46,14 @@ body { font-weight: 600; font-size: 16.5455px; padding: 0.375rem 1.2rem; - border-color: #C73238; - border-radius: 6px; + border-color: #E59636; + border-radius: 6px } .flex-center { display: flex; display: -webkit-flex; - align-items: center; + align-items: center ; justify-content: center; } @@ -162,7 +162,7 @@ body { } input[type="radio"]:checked + label:before { - background-color: #e50913; + background-color: #E59636; } *, @@ -329,12 +329,12 @@ body { } .not-matched { - box-shadow: 0 0 0 0.2rem #e509134d !important; + box-shadow: 0 0 0 0.2rem #E596364d !important; } .button-link { font-weight: 500; - color: #e50913; + color: #E59636; cursor: pointer; text-decoration: underline; display: inline; @@ -376,7 +376,7 @@ body { font-size: 18px; line-height: 150%; text-align: center; - color: #e50913; + color: #E59636; } .navbar-nav .nav-link { @@ -509,7 +509,7 @@ body { border: 1px solid #e3e5f4; &:focus { - border-color: #e50913; + border-color: #E59636; box-shadow: none; } } @@ -569,7 +569,7 @@ body { .validator-item .state.inactive, .inactive-icon-box { background: #e51f0c33; - color: #e50913; + color: #E59636; font-size: 12px; padding: 0px 7px; display: inline; @@ -651,7 +651,7 @@ body { } .fee-box.active { - background: #e50913; + background: #E59636; p { color: #ffffff; @@ -741,7 +741,7 @@ body { font-weight: 600; text-decoration: underline; margin-bottom: 30px; - color: #e50913; + color: #E59636; } .inner-grid-icon { @@ -765,7 +765,7 @@ body { cursor: pointer; padding: 5px 10px; background: transparent; - border: 1px solid #C73238; + border: 1px solid #E59636; border-radius: 6px; margin-right: 4px; } @@ -836,13 +836,13 @@ body { } .delegation-rank.active { - background: #e50913; + background: #E59636; color: #fff; } .delegation-rank.inactive { - color: #e50913; - background: #e509130f; + color: #E59636; + background: #E596360f; } .fetching:after { @@ -1186,7 +1186,7 @@ ul li em { height: 1.2rem; } &.light { - color: #e50913 !important; + color: #E59636 !important; } } @@ -1194,7 +1194,7 @@ ul li em { position: relative; .notice-banner { border-radius: 6px; - border-left: 5px red solid; + border-left: 5px #E59636 solid; margin-top: 16px; padding: 12px 24px; .content { @@ -1219,7 +1219,7 @@ ul li em { .link{ font-size: 12px; font-weight: 400; - border: 1px solid red; + border: 1px solid #E59636; border-radius: 6px; padding: 4px 16px; &:hover{ diff --git a/src/assets/scss/index.css b/src/assets/scss/index.css index f23ae792..850ef345 100644 --- a/src/assets/scss/index.css +++ b/src/assets/scss/index.css @@ -1,19 +1,23 @@ +@charset "UTF-8"; /*-------------------------------------------------------------- # common styles --------------------------------------------------------------*/ html, body { - font-family: "Poppins", sans-serif; } + font-family: "Poppins", sans-serif; +} ::-webkit-scrollbar { width: 6px; height: 12px; - border-radius: 4px; } + border-radius: 4px; +} ::-webkit-scrollbar-thumb { border: 0 solid #fff; border-radius: 20px; - background: #8d9cb5; } + background: #8d9cb5; +} .button { text-align: center; @@ -22,44 +26,52 @@ body { outline: none !important; border: 1px solid transparent; box-shadow: none !important; - font-family: "Poppins", sans-serif; } + font-family: "Poppins", sans-serif; +} .button.button-primary { - background: #C73238; + background: #E59636; font-weight: 600; font-size: 16px; color: #FCFCFC; - border-color: #C73238; + border-color: #E59636; padding: 0.375rem 1.2rem; - border-radius: 6px; } + border-radius: 6px; +} .button:disabled { - opacity: 0.6 !important; } + opacity: 0.6 !important; +} .button.button-secondary { background: transparent; font-weight: 600; font-size: 16.5455px; padding: 0.375rem 1.2rem; - border-color: #C73238; - border-radius: 6px; } + border-color: #E59636; + border-radius: 6px; +} .flex-center { display: flex; display: -webkit-flex; align-items: center; - justify-content: center; } + justify-content: center; +} .loader .modal-content { text-align: center; background: transparent !important; display: flex; - align-items: center; } - .loader .modal-content img { - width: 80px; } + align-items: center; +} +.loader .modal-content img { + width: 80px; +} .hidden { - display: none; } + display: none; +} .copy-button { outline: none !important; @@ -72,59 +84,77 @@ body { align-items: center; justify-content: center; border-radius: 50%; - margin-left: 5px; } - .copy-button .icon { - width: 16px; } + margin-left: 5px; +} +.copy-button .icon { + width: 16px; +} .list-modal.modal-custom .modal-dialog { - max-width: 620px; } + max-width: 620px; +} .list-modal.modal-custom .list-modal-body { - padding: 0px 30px 30px 30px; } + padding: 0px 30px 30px 30px; +} .actions-modal .modal-dialog { - max-width: 600px; } + max-width: 600px; +} .help-before-login .faq-modal-body .nav-pills .box .nav-link { - border-color: #e3e5f4; } + border-color: #e3e5f4; +} .help-before-login .faq-modal-body .nav-pills .box p { - color: #2e3239; } + color: #2e3239; +} .help-before-login .faq-modal-body .accordion .card { - border-color: #e3e5f4; } + border-color: #e3e5f4; +} .faq-modal.modal-custom .modal-dialog { - max-width: 850px; } + max-width: 850px; +} .faq-modal.modal-custom .faq-modal-body { - padding: 30px; } + padding: 30px; +} .modal-content { border: 0px solid !important; - /* simulate radiobutton appearance using pseudoselector */ } - .modal-content .form-check { - padding: 0; } - .modal-content .form-check label { - display: flex; - align-items: center; } - .modal-content input[type="radio"] { - display: none; } - .modal-content input[type="checkbox"] { - transform: scale(1.2); } - .modal-content input[type="radio"] + label:before { - content: ""; - display: inline-block; - width: 15px; - height: 15px; - padding: 3px; - margin-right: 5px; - background-clip: content-box; - border: 1.2px solid #bbbbbb; - background-color: #e7e6e7; - border-radius: 50%; } - .modal-content input[type="radio"]:checked + label:before { - background-color: #e50913; } - .modal-content *, - .modal-content *:before, - .modal-content *:after { - box-sizing: border-box; } + /* simulate radiobutton appearance using pseudoselector */ +} +.modal-content .form-check { + padding: 0; +} +.modal-content .form-check label { + display: flex; + align-items: center; +} +.modal-content input[type=radio] { + display: none; +} +.modal-content input[type=checkbox] { + transform: scale(1.2); +} +.modal-content input[type=radio] + label:before { + content: ""; + display: inline-block; + width: 15px; + height: 15px; + padding: 3px; + margin-right: 5px; + background-clip: content-box; + border: 1.2px solid #bbbbbb; + background-color: #e7e6e7; + border-radius: 50%; +} +.modal-content input[type=radio]:checked + label:before { + background-color: #E59636; +} +.modal-content *, +.modal-content *:before, +.modal-content *:after { + box-sizing: border-box; +} .modal-custom .modal-header { border: 0px solid; @@ -135,7 +165,8 @@ body { font-family: "Poppins", sans-serif; text-align: center; padding: 24px; - color: #313238; } + color: #313238; +} .modal-custom .modal-header .heading { font-weight: 500; font-size: 18px; @@ -143,165 +174,199 @@ body { font-family: "Poppins", sans-serif; text-align: center; color: #313238; - margin: 0 45px; } + margin: 0 45px; +} .modal-custom .modal-dialog { - max-width: 600px; } + max-width: 600px; +} .modal-custom .modal-body input { margin: 0; font-size: 14px; line-height: 150%; height: calc(2.3em + 0.75rem + 2px); border: 0px solid; - color: #8d9cb5; } - .modal-custom .modal-body input.form-check-input { - height: auto; - margin-top: 0.3rem; - margin-left: -1.25rem; } - .modal-custom .modal-body input::placeholder { - font-size: 14px; - color: #8d9cb5; } + color: #8d9cb5; +} +.modal-custom .modal-body input.form-check-input { + height: auto; + margin-top: 0.3rem; + margin-left: -1.25rem; +} +.modal-custom .modal-body input::placeholder { + font-size: 14px; + color: #8d9cb5; +} .fee { font-size: 12px; font-family: "Poppins", sans-serif; text-align: center; - position: relative; } + position: relative; +} .amount-error { font-size: 12px; font-family: "Poppins", sans-serif; margin: 10px 0; - color: #e51f0c; } + color: #e51f0c; +} .error-amount-field { color: #e51f0c !important; - box-shadow: 0 0 0 0.2rem #e51f0c38 !important; } + box-shadow: 0 0 0 0.2rem rgba(229, 31, 12, 0.2196078431) !important; +} .amount-field .range-buttons { margin-left: 10px; display: flex; - display: -webkit-flex; } - .amount-field .range-buttons button { - font-weight: 600; - font-size: 14px; - line-height: 150%; - text-align: right; - color: #8d9cb5; - padding: 10px; } - .amount-field .range-buttons button:last-child { - margin-left: 10px; } + display: -webkit-flex; +} +.amount-field .range-buttons button { + font-weight: 600; + font-size: 14px; + line-height: 150%; + text-align: right; + color: #8d9cb5; + padding: 10px; +} +.amount-field .range-buttons button:last-child { + margin-left: 10px; +} .form-field .label { font-weight: 500; font-size: 14px; line-height: 150%; margin: 0 0 5px 0; - color: #2e3239; } + color: #2e3239; +} .form-field input, .form-field .amount-field, .form-field textarea, .form-field .file-upload { - flex: 1; } + flex: 1; +} .form-field .description-info { font-family: "Poppins", sans-serif; font-weight: 500; font-size: 14px; line-height: 150%; - color: #8d9cb5; } + color: #8d9cb5; +} .form-field .info-link { text-decoration: underline; display: inline-flex !important; align-items: baseline; text-decoration-color: #8d9cb5; - cursor: pointer; } + cursor: pointer; +} .form-field .info-data { margin: 0; display: block; font-weight: 500; - font-size: 16px; } - .form-field .info-data .title { - font-family: "Poppins", sans-serif; - font-weight: 500; - font-size: 12px; - color: #8d9cb5; } - .form-field .info-data .value { - font-family: "Poppins", sans-serif; - font-weight: 500; - font-size: 12px; - color: #2e3239; } + font-size: 16px; +} +.form-field .info-data .title { + font-family: "Poppins", sans-serif; + font-weight: 500; + font-size: 12px; + color: #8d9cb5; +} +.form-field .info-data .value { + font-family: "Poppins", sans-serif; + font-weight: 500; + font-size: 12px; + color: #2e3239; +} .form-field .info-data.empty { - color: #e50a2a; } + color: #e50a2a; +} .form-field textarea, .form-field textarea:focus { background: #f5f6fa; font-size: 14px; border-radius: 0; border: 0px solid; - color: #8d9cb5; } + color: #8d9cb5; +} .not-matched { - box-shadow: 0 0 0 0.2rem #e509134d !important; } + box-shadow: 0 0 0 0.2rem rgba(229, 150, 54, 0.3019607843) !important; +} .button-link { font-weight: 500; - color: #e50913; + color: #E59636; cursor: pointer; text-decoration: underline; - display: inline; } + display: inline; +} .icon-button.info { padding-left: 5px; background: no-repeat; border: none; - outline: none !important; } - .icon-button.info .icon { - width: 14px; } + outline: none !important; +} +.icon-button.info .icon { + width: 14px; +} .copy-section { - position: relative; } - .copy-section .copy-result { - position: absolute; - top: -15px; - width: 100px; - right: -30px; - font-size: 10px; } + position: relative; +} +.copy-section .copy-result { + position: absolute; + top: -15px; + width: 100px; + right: -30px; + font-size: 10px; +} .result-header.success { font-weight: 500; font-size: 18px; line-height: 150%; text-align: center; - color: #1cb76d; } + color: #1cb76d; +} .result-header.error { font-weight: 500; font-size: 18px; line-height: 150%; text-align: center; - color: #e50913; } + color: #E59636; +} .navbar-nav .nav-link { - margin-bottom: 0; } + margin-bottom: 0; +} .result-container { - text-align: center; } - .result-container a { - display: block; } - .result-container img { - width: 85px; } - .result-container .tx-hash { - font-size: 14px; - line-height: 150%; - text-decoration-line: underline; - color: #1a73b4; - padding: 15px 0; - word-break: break-word; } - .result-container .buttons .button { - font-family: "Poppins", sans-serif; - background: #ffffff; - border: 1px solid #e3e5f4; - width: 100px; - padding: 10px; } + text-align: center; +} +.result-container a { + display: block; +} +.result-container img { + width: 85px; +} +.result-container .tx-hash { + font-size: 14px; + line-height: 150%; + text-decoration-line: underline; + color: #1a73b4; + padding: 15px 0; + word-break: break-word; +} +.result-container .buttons .button { + font-family: "Poppins", sans-serif; + background: #ffffff; + border: 1px solid #e3e5f4; + width: 100px; + padding: 10px; +} .note-section { display: flex; @@ -309,19 +374,24 @@ body { margin-top: 20px; align-items: center; justify-content: center; - padding: 10px; } - .note-section .exclamation { - padding-right: 25px; } - .note-section .exclamation .icon { - width: 24px; } - .note-section p { - font-weight: 500; - font-size: 12px; - line-height: 174%; - margin: 0; } + padding: 10px; +} +.note-section .exclamation { + padding-right: 25px; +} +.note-section .exclamation .icon { + width: 24px; +} +.note-section p { + font-weight: 500; + font-size: 12px; + line-height: 174%; + margin: 0; +} .modal-header.info-modal-header button.close { - top: 20px; } + top: 20px; +} .modal-header button.close { font-weight: 200; @@ -332,15 +402,19 @@ body { padding: 0; outline: none !important; font-size: 24px; - opacity: 1 !important; } + opacity: 1 !important; +} .modal-header .previous-section.txn-header button { - top: 30px; } + top: 30px; +} .modal-header .previous-section .button { position: absolute; left: 30px; - top: 40px; } - .modal-header .previous-section .button .icon { - width: 20px; } + top: 40px; +} +.modal-header .previous-section .button .icon { + width: 20px; +} .form-error, .error-response { @@ -349,7 +423,8 @@ body { text-align: center; color: #e50913; font-weight: 500; - word-break: break-word; } + word-break: break-word; +} .menmonic-list { display: flex; @@ -357,28 +432,32 @@ body { align-items: center; flex-wrap: wrap; justify-content: center; - padding-bottom: 15px; } - .menmonic-list .form-control { - width: 120px !important; - margin: 5px; - text-align: center; - background: #f5f6fa; - border-color: #f5f6fa; - font-size: 14px; - line-height: 150%; - border-radius: 6px; - color: #2e3239; } - .menmonic-list .empty-mnemonic { - font-weight: 600; - font-size: 14px; - line-height: 150%; - text-align: center; - color: #2e3239; - background: rgba(255, 255, 255, 0.14); - border: 1px solid #e3e5f4; } - .menmonic-list .empty-mnemonic:focus { - border-color: #e50913; - box-shadow: none; } + padding-bottom: 15px; +} +.menmonic-list .form-control { + width: 120px !important; + margin: 5px; + text-align: center; + background: #f5f6fa; + border-color: #f5f6fa; + font-size: 14px; + line-height: 150%; + border-radius: 6px; + color: #2e3239; +} +.menmonic-list .empty-mnemonic { + font-weight: 600; + font-size: 14px; + line-height: 150%; + text-align: center; + color: #2e3239; + background: rgba(255, 255, 255, 0.14); + border: 1px solid #e3e5f4; +} +.menmonic-list .empty-mnemonic:focus { + border-color: #E59636; + box-shadow: none; +} .validators-list-selection { max-width: 500px !important; @@ -389,22 +468,29 @@ body { line-height: 150%; height: calc(2.3em + 0.75rem + 2px); border-radius: 6px; - padding-left: 10px; } - .validators-list-selection .MuiSelect-select:focus { - background-color: transparent; } - .validators-list-selection .MuiSelect-select .state { - display: none !important; } - .validators-list-selection .MuiSelect-select em { - font-style: normal; } - .validators-list-selection.Mui-disabled { - opacity: 0.6; } + padding-left: 10px; +} +.validators-list-selection .MuiSelect-select:focus { + background-color: transparent; +} +.validators-list-selection .MuiSelect-select .state { + display: none !important; +} +.validators-list-selection .MuiSelect-select em { + font-style: normal; +} +.validators-list-selection.Mui-disabled { + opacity: 0.6; +} .MuiMenu-list .validator-item:last-child { - border: 0px solid !important; } + border: 0px solid !important; +} .validator-item { display: flex !important; - justify-content: space-between !important; } + justify-content: space-between !important; +} .validators-list-selection .MuiSelect-select .state.active, .validator-item .state.active, @@ -414,23 +500,27 @@ body { font-size: 12px; padding: 0px 7px; display: inline; - margin-left: 5px; } + margin-left: 5px; +} .validators-list-selection .MuiSelect-select .state.inactive, .validator-item .state.inactive, .inactive-icon-box { - background: #e51f0c33; - color: #e50913; + background: rgba(229, 31, 12, 0.2); + color: #E59636; font-size: 12px; padding: 0px 7px; display: inline; - margin-left: 5px; } + margin-left: 5px; +} .MuiInput-underline::before { - border: 0px solid !important; } + border: 0px solid !important; +} .MuiInput-underline:after { - border-bottom: 0px solid !important; } + border-bottom: 0px solid !important; +} .icon-box { width: 30px; @@ -440,64 +530,81 @@ body { padding: 5px; align-items: center; justify-content: center; - height: 30px; } - .icon-box .icon { - width: 16px; } + height: 30px; +} +.icon-box .icon { + width: 16px; +} .icon-box.success { - background: #e5f6ee; } + background: #e5f6ee; +} .icon-box.error { - background: #ffeecc; } + background: #ffeecc; +} .navigate-buttons .button-secondary { float: left; padding: 0.375rem 0.8rem; border-color: transparent; - width: auto !important; } - .navigate-buttons .button-secondary .icon { - width: 20px; } + width: auto !important; +} +.navigate-buttons .button-secondary .icon { + width: 20px; +} .fee-container { display: flex; display: -webkit-flex; - justify-content: center; } - .fee-container .fee-box { - padding: 15px; - width: 150px; - overflow: auto; - box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02); } - .fee-container .fee-box p { - margin: 0; - cursor: pointer; } - .fee-container .fee-box .title { - font-size: 14px; - font-weight: 500; } - .fee-container .fee-box .gas, - .fee-container .fee-box .token { - font-size: 10px; } - .fee-container .fee-box.active { - background: #e50913; } - .fee-container .fee-box.active p { - color: #ffffff; } + justify-content: center; +} +.fee-container .fee-box { + padding: 15px; + width: 150px; + overflow: auto; + box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02); +} +.fee-container .fee-box p { + margin: 0; + cursor: pointer; +} +.fee-container .fee-box .title { + font-size: 14px; + font-weight: 500; +} +.fee-container .fee-box .gas, +.fee-container .fee-box .token { + font-size: 10px; +} +.fee-container .fee-box.active { + background: #E59636; +} +.fee-container .fee-box.active p { + color: #ffffff; +} .buttons .amount-field { - text-align: left; } + text-align: left; +} .select-gas { - text-align: center; } - .select-gas p { - margin: 0; - font-size: 14px; - font-weight: 500; - color: #8d9cb5; - padding: 10px 0; - display: inline-block; - cursor: pointer; } - .select-gas p .icon { - width: 16px; - height: 16px; - margin-left: 5px; } + text-align: center; +} +.select-gas p { + margin: 0; + font-size: 14px; + font-weight: 500; + color: #8d9cb5; + padding: 10px 0; + display: inline-block; + cursor: pointer; +} +.select-gas p .icon { + width: 16px; + height: 16px; + margin-left: 5px; +} .key-download { text-align: center; @@ -508,34 +615,40 @@ body { cursor: pointer; display: flex; display: -webkit-flex; - justify-content: center; } - .key-download p, - .key-download a { - font-weight: 500; - font-size: 14px; - line-height: 150%; - color: #e9721c !important; - text-decoration: underline; - margin: 0; } - .key-download .icon.icon-download-icon { - width: 20px; - transform: rotate(0) !important; - margin-bottom: -6px; - margin-left: 10px; } - .key-download .icon { - width: 16px; - margin-left: 10px; - fill: #e9721c; - transform: rotate(180deg); } + justify-content: center; +} +.key-download p, +.key-download a { + font-weight: 500; + font-size: 14px; + line-height: 150%; + color: #e9721c !important; + text-decoration: underline; + margin: 0; +} +.key-download .icon.icon-download-icon { + width: 20px; + transform: rotate(0) !important; + margin-bottom: -6px; + margin-left: 10px; +} +.key-download .icon { + width: 16px; + margin-left: 10px; + fill: #e9721c; + transform: rotate(180deg); +} .passphrase-field { - position: relative; } - .passphrase-field .passphrase-error { - position: absolute; - bottom: -10px; - right: auto; - color: #ee3b3b; - font-size: 10px; } + position: relative; +} +.passphrase-field .passphrase-error { + position: absolute; + bottom: -10px; + right: auto; + color: #ee3b3b; + font-size: 10px; +} .import-name { display: inline-block; @@ -545,17 +658,20 @@ body { font-weight: 600; text-decoration: underline; margin-bottom: 30px; - color: #e50913; } + color: #E59636; +} .inner-grid-icon { display: inline-block; width: 40px; - text-align: center; } + text-align: center; +} .inner-grid { display: inline-block; max-width: 150px; - text-align: center; } + text-align: center; +} .view-button { font-family: "Poppins", sans-serif; @@ -566,9 +682,10 @@ body { cursor: pointer; padding: 5px 10px; background: transparent; - border: 1px solid #C73238; + border: 1px solid #E59636; border-radius: 6px; - margin-right: 4px; } + margin-right: 4px; +} .amount-warning { background-color: #f5f7f9; @@ -578,27 +695,34 @@ body { text-align: center; font-size: 14px; font-weight: 500; - margin-top: 1rem; } + margin-top: 1rem; +} .amount-warning.hide { - display: none; } + display: none; +} .amount-warning.show { - display: block; } + display: block; +} .amount-error.hide { - display: none; } + display: none; +} .amount-error.show { - display: block; } + display: block; +} .pop-custom { - position: fixed !important; } + position: fixed !important; +} .text-link { cursor: pointer; text-decoration: underline; - text-decoration-color: #8d9cb5; } + text-decoration-color: #8d9cb5; +} .string-truncate { min-width: 50px; @@ -606,7 +730,8 @@ body { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - display: block; } + display: block; +} .delegation-rank { width: 30px; @@ -614,7 +739,8 @@ body { display: flex; align-items: center; justify-content: center; - border-radius: 50%; } + border-radius: 50%; +} .delegation-rank { border-radius: 50%; @@ -622,15 +748,18 @@ body { height: 30px; display: flex; align-items: center; - justify-content: center; } + justify-content: center; +} .delegation-rank.active { - background: #e50913; - color: #fff; } + background: #E59636; + color: #fff; +} .delegation-rank.inactive { - color: #e50913; - background: #e509130f; } + color: #E59636; + background: rgba(229, 150, 54, 0.0588235294); +} .fetching:after { overflow: hidden; @@ -638,120 +767,149 @@ body { vertical-align: bottom; -webkit-animation: ellipsis steps(4, end) 1500ms infinite; animation: ellipsis steps(4, end) 1500ms infinite; - content: "\2026"; - /* ascii code for the ellipsis character */ - width: 0px; } + content: "…"; /* ascii code for the ellipsis character */ + width: 0px; +} @keyframes ellipsis { to { - width: 20px; } } + width: 20px; + } +} @-webkit-keyframes ellipsis { to { - width: 20px; } } + width: 20px; + } +} .buttons-list { display: flex; display: -webkit-flex; align-content: center; justify-content: space-between; - flex-wrap: wrap; } - .buttons-list .button { - line-height: 1.3; } + flex-wrap: wrap; +} +.buttons-list .button { + line-height: 1.3; +} ul li em { - font-style: normal; } + font-style: normal; +} .digits .start { - font-size: 16px; } + font-size: 16px; +} .digits .end { - font-size: 13px; } + font-size: 13px; +} .download-keystore-box { - text-align: center; } - .download-keystore-box p { - margin: 0; - display: inline-flex; - background: #ffa5000d; - padding: 5px 20px; - color: orange; - text-decoration: underline; - cursor: pointer; } + text-align: center; +} +.download-keystore-box p { + margin: 0; + display: inline-flex; + background: rgba(255, 165, 0, 0.0509803922); + padding: 5px 20px; + color: orange; + text-decoration: underline; + cursor: pointer; +} .downloaded-keystore-box { - text-align: center; } - .downloaded-keystore-box p { - margin: 0; - display: inline-flex; - background: #28a74514; - padding: 5px 20px; - color: #28a745; } + text-align: center; +} +.downloaded-keystore-box p { + margin: 0; + display: inline-flex; + background: rgba(40, 167, 69, 0.0784313725); + padding: 5px 20px; + color: #28a745; +} .input-error { margin: 0; font-size: 12px; color: #e50913; - font-weight: 500; } + font-weight: 500; +} .form-control-section { position: relative; - padding-bottom: 20px; } - .form-control-section .input-error { - position: absolute; - bottom: 0; } + padding-bottom: 20px; +} +.form-control-section .input-error { + position: absolute; + bottom: 0; +} .error-popover { - background: red; } - .error-popover .popover-arrow { - background: red; } + background: red; +} +.error-popover .popover-arrow { + background: red; +} .amount-label { display: flex; justify-content: space-between; - align-items: center; } + align-items: center; +} .custom-file-section { position: relative; height: 40px; - margin-bottom: 20px; } - .custom-file-section .custom-file { - display: flex; - align-items: center; } - .custom-file-section .custom-file .file-name { - margin: 0; - padding: 0px 10px; } - .custom-file-section .file-button { - color: #ffffff; - margin: 0; - background: #495057; - width: 150px; - padding: 5px; - text-align: center; - border-radius: 6px; - display: flex; - align-items: center; - justify-content: center; - height: 100%; } - .custom-file-section .file-button .icon { - width: 14px; - height: 14px; - fill: #d6d6d6; - margin-right: 8px; } - .custom-file-section .file-upload { - position: absolute; - top: 0px; - width: 150px; - opacity: 0; } - .custom-file-section .file-upload input { - height: 40px; } + margin-bottom: 20px; +} +.custom-file-section .custom-file { + display: flex; + align-items: center; +} +.custom-file-section .custom-file .file-name { + margin: 0; + padding: 0px 10px; +} +.custom-file-section .file-button { + color: #ffffff; + margin: 0; + background: #495057; + width: 150px; + padding: 5px; + text-align: center; + border-radius: 6px; + display: flex; + align-items: center; + justify-content: center; + height: 100%; +} +.custom-file-section .file-button .icon { + width: 14px; + height: 14px; + fill: #d6d6d6; + margin-right: 8px; +} +.custom-file-section .file-upload { + position: absolute; + top: 0px; + width: 150px; + opacity: 0; +} +.custom-file-section .file-upload input { + height: 40px; +} .password-field .password-field-container { - position: relative; } - .password-field .password-field-container .password-icon-section { - cursor: pointer; - position: absolute; - top: 10px; - right: 15px; } - .password-field .password-field-container .icon { - width: 24px; } + position: relative; +} +.password-field .password-field-container .password-icon-section { + cursor: pointer; + position: absolute; + top: 10px; + right: 15px; +} +.password-field .password-field-container .icon { + width: 24px; +} .migrate-modal .token-list { width: 100%; @@ -759,102 +917,123 @@ ul li em { display: -webkit-flex; align-items: center; justify-content: space-between; - padding: 10px 20px; } - .migrate-modal .token-list .label { - font-family: "Poppins", sans-serif; - font-weight: 500; - font-size: 14px; - line-height: 150%; - margin: 0; } - .migrate-modal .token-list .amount { - font-weight: 500; } + padding: 10px 20px; +} +.migrate-modal .token-list .label { + font-family: "Poppins", sans-serif; + font-weight: 500; + font-size: 14px; + line-height: 150%; + margin: 0; +} +.migrate-modal .token-list .amount { + font-weight: 500; +} .migrate-modal .input-label { font-family: "Poppins", sans-serif; font-weight: 500; font-size: 14px; line-height: 150%; - margin: 0; } - .migrate-modal .input-label:hover { - text-decoration: underline; - cursor: pointer; } + margin: 0; +} +.migrate-modal .input-label:hover { + text-decoration: underline; + cursor: pointer; +} .migrate-modal .amount-container .input-container { display: flex; align-items: center; - justify-content: flex-end; } - .migrate-modal .amount-container .input-container input { - width: 100px; - outline: none !important; - background: #cecaca7a; - font-size: 14px; - line-height: 150%; - border-radius: 0; - border: 0px solid; - color: #8d9cb5; - padding: 5px 20px; - height: 36px; } - .migrate-modal .amount-container .input-container input:focus { - background-color: #f5f6fa; - box-shadow: 0 0 0 0.2rem RGB(0 123 255/25%); } - .migrate-modal .amount-container .input-container .edit-button { - all: unset; - width: 50px; - background-color: #8d9cb5; - color: #f5f6fa; - text-align: center; - padding: 3px 7px; - border-radius: 10px; - cursor: pointer; } - .migrate-modal .amount-container .input-container .edit-button .icon { - width: 20px; - fill: #8d9cb5; } + justify-content: flex-end; +} +.migrate-modal .amount-container .input-container input { + width: 100px; + outline: none !important; + background: rgba(206, 202, 202, 0.4784313725); + font-size: 14px; + line-height: 150%; + border-radius: 0; + border: 0px solid; + color: #8d9cb5; + padding: 5px 20px; + height: 36px; +} +.migrate-modal .amount-container .input-container input:focus { + background-color: #f5f6fa; + box-shadow: 0 0 0 0.2rem RGB(0 123 255/25%); +} +.migrate-modal .amount-container .input-container .edit-button { + all: unset; + width: 50px; + background-color: #8d9cb5; + color: #f5f6fa; + text-align: center; + padding: 3px 7px; + border-radius: 10px; + cursor: pointer; +} +.migrate-modal .amount-container .input-container .edit-button .icon { + width: 20px; + fill: #8d9cb5; +} .migrate-modal .address-container { width: 510px; display: flex; align-items: center; - background: #cecaca7a; - padding: 0 10px 0 0; } - .migrate-modal .address-container input { - outline: none !important; - width: 100%; - background: transparent; - font-size: 14px; - line-height: 150%; - border-radius: 0; - border: 0px solid; - color: #8d9cb5; - padding: 5px 20px; } - .migrate-modal .address-container .edit-button { - all: unset; - width: 50px; - background-color: #8d9cb5; - color: #f5f6fa; - text-align: center; - padding: 3px 7px; - border-radius: 10px; - cursor: pointer; } - .migrate-modal .address-container .edit-button .icon { - width: 20px; - fill: #8d9cb5; } - .migrate-modal .address-container.edit { - background-color: #f5f6fa; - box-shadow: 0 0 0 0.2rem RGB(0 123 255/25%); } + background: rgba(206, 202, 202, 0.4784313725); + padding: 0 10px 0 0; +} +.migrate-modal .address-container input { + outline: none !important; + width: 100%; + background: transparent; + font-size: 14px; + line-height: 150%; + border-radius: 0; + border: 0px solid; + color: #8d9cb5; + padding: 5px 20px; +} +.migrate-modal .address-container .edit-button { + all: unset; + width: 50px; + background-color: #8d9cb5; + color: #f5f6fa; + text-align: center; + padding: 3px 7px; + border-radius: 10px; + cursor: pointer; +} +.migrate-modal .address-container .edit-button .icon { + width: 20px; + fill: #8d9cb5; +} +.migrate-modal .address-container.edit { + background-color: #f5f6fa; + box-shadow: 0 0 0 0.2rem RGB(0 123 255/25%); +} .migrate-modal .buttons { - text-align: center; } - .migrate-modal .buttons button { - width: 200px; } + text-align: center; +} +.migrate-modal .buttons button { + width: 200px; +} .moniker-image { margin-right: 10px; width: 20px; - border-radius: 50%; } + border-radius: 50%; +} .cursor-pointer { - cursor: pointer; } + cursor: pointer; +} /* custom spinner */ @keyframes spinner-border { to { - transform: rotate(360deg); } } + transform: rotate(360deg); + } +} .spinner { border: 0.15em solid currentColor; border-right-color: transparent; @@ -862,276 +1041,341 @@ ul li em { animation: spinner-border 0.75s linear infinite; vertical-align: text-bottom; border-radius: 50%; - display: inline-block; } - .spinner.large { - width: 2rem; - height: 2rem; } - .spinner.medium { - width: 1.5rem; - height: 1.5rem; } - .spinner.small { - width: 1.2rem; - height: 1.2rem; } - .spinner.light { - color: #e50913 !important; } + display: inline-block; +} +.spinner.large { + width: 2rem; + height: 2rem; +} +.spinner.medium { + width: 1.5rem; + height: 1.5rem; +} +.spinner.small { + width: 1.2rem; + height: 1.2rem; +} +.spinner.light { + color: #E59636 !important; +} .notice-banner-section { - position: relative; } - .notice-banner-section .notice-banner { - border-radius: 6px; - border-left: 5px red solid; - margin-top: 16px; - padding: 12px 24px; } - .notice-banner-section .notice-banner .content { - display: flex; - justify-content: space-between; - align-items: center; } - .notice-banner-section .notice-banner .content .left { - flex: 1; } - .notice-banner-section .notice-banner .content .left .title-text { - font-weight: 500; - margin-bottom: 4px; } - .notice-banner-section .notice-banner .content .left .sub-text { - font-size: 12px; - font-weight: 300; - margin-bottom: 0; } - .notice-banner-section .notice-banner .content .right { - width: 250px; } - .notice-banner-section .notice-banner .content .right .link { - font-size: 12px; - font-weight: 400; - border: 1px solid red; - border-radius: 6px; - padding: 4px 16px; } - .notice-banner-section .notice-banner .content .right .link:hover { - text-decoration: none; } - .notice-banner-section .notice-banner .icon-close { - width: 8px; - cursor: pointer; - position: absolute; - right: 20px; - top: 13px; } + position: relative; +} +.notice-banner-section .notice-banner { + border-radius: 6px; + border-left: 5px #E59636 solid; + margin-top: 16px; + padding: 12px 24px; +} +.notice-banner-section .notice-banner .content { + display: flex; + justify-content: space-between; + align-items: center; +} +.notice-banner-section .notice-banner .content .left { + flex: 1; +} +.notice-banner-section .notice-banner .content .left .title-text { + font-weight: 500; + margin-bottom: 4px; +} +.notice-banner-section .notice-banner .content .left .sub-text { + font-size: 12px; + font-weight: 300; + margin-bottom: 0; +} +.notice-banner-section .notice-banner .content .right { + width: 250px; +} +.notice-banner-section .notice-banner .content .right .link { + font-size: 12px; + font-weight: 400; + border: 1px solid #E59636; + border-radius: 6px; + padding: 4px 16px; +} +.notice-banner-section .notice-banner .content .right .link:hover { + text-decoration: none; +} +.notice-banner-section .notice-banner .icon-close { + width: 8px; + cursor: pointer; + position: absolute; + right: 20px; + top: 13px; +} .modal-open .modal { - background: #00000099; - backdrop-filter: blur(4px); } + background: rgba(0, 0, 0, 0.6); + backdrop-filter: blur(4px); +} .status-symbol.active { background: #2E855C; padding: 2px 12px; width: 68px; - border-radius: 12px; } - .status-symbol.active p { - font-weight: 400; - color: #FFFFFF; - font-size: 14px; - margin: 0; } + border-radius: 12px; +} +.status-symbol.active p { + font-weight: 400; + color: #FFFFFF; + font-size: 14px; + margin: 0; +} .status-symbol.inactive { background: #e50913; padding: 2px 12px; width: 89px; - border-radius: 12px; } - .status-symbol.inactive p { - font-weight: 400; - color: #FFFFFF; - font-size: 14px; - margin: 0; } + border-radius: 12px; +} +.status-symbol.inactive p { + font-weight: 400; + color: #FFFFFF; + font-size: 14px; + margin: 0; +} .ibc-rewards-box { height: 150px; overflow: auto; margin-bottom: 16px; - border: 1px solid #6c757d82; + border: 1px solid rgba(108, 117, 125, 0.5098039216); border-radius: 6px; - padding: 10px; } - .ibc-rewards-box .available-tokens { - margin-bottom: 12px !important; } - .ibc-rewards-box .available-tokens:last-child { - margin: 0 !important; } + padding: 10px; +} +.ibc-rewards-box .available-tokens { + margin-bottom: 12px !important; +} +.ibc-rewards-box .available-tokens:last-child { + margin: 0 !important; +} /*-------------------------------------------------------------- # main styles --------------------------------------------------------------*/ .footer { - background: #262B35 !important; } - .footer .resources { - margin-top: 30px; } - .footer .footer-list li a, .footer .footer-list li .inactive { - font-family: 'Poppins', sans-serif; - font-weight: 500; - font-size: 14px; - line-height: 1.31; - color: #70747C; } - .footer .email { - margin-bottom: 20px; } - .footer .footer-list li { - margin: 10px 0; } - .footer .footer-list li a span.mdi { - color: #a9a9a9; - font-size: 20px; } - .footer .footer-list li a span.mdi img { - width: 17px; } - .footer .dark-logo { - width: 200px; - margin-bottom: 20px; } - .footer h6 { - font-weight: bold; - font-size: 16px; - line-height: 1.314; - color: #FFFFFF; } - .footer .copy-rights { - font-weight: 500; - font-size: 12px; - line-height: 1.314; - color: #70747C; } - .footer .contact-box .mail-chimp-section input { - background: #1D2129; - border: 0px solid; - padding: 10px 10px; - font-weight: 500; - font-size: 12px; - color: #dee2e6; } - .footer .subscription-result { - font-size: 14px; - font-family: 'Poppins', sans-serif; - font-weight: 600; } - .footer .btn-subscribe { - opacity: 1 !important; - width: 102px; - background: #E50913 !important; - box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08) !important; - border-radius: 0px !important; - border: 0px solid !important; - font-weight: bold !important; - font-size: 12px !important; - line-height: 1.8 !important; - text-align: center !important; - color: #FFFFFF !important; - padding: 8px 20px !important; } - .footer .footer-text { - font-weight: 500; - font-family: 'Poppins', sans-serif; - font-size: 14px; - line-height: 1.31; - color: #70747C; } - .footer .social-links-section ul { - display: flex; - display: -webkit-flex; - flex-wrap: wrap; - margin: 0; } - .footer .social-links-section a { - width: 28px; - height: 28px; - margin-right: 10px; - display: flex; - display: -webkit-flex; - align-items: center; - border-radius: 50%; - justify-content: center; - background: #363B46; } - .footer .social-links-section a .icon { - width: 12px; - fill: #FFFFFF; } - .footer .social-links-section a:hover { - background: #525967; } - .footer .footer-bottom-section { - margin-top: 20px; - border-top: 1px solid #313238; } - .footer .footer-logo-section { - display: flex; - display: -webkit-flex; - align-items: center; - justify-content: space-between; - padding-top: 20px; - padding-bottom: 20px; } - .footer .footer-logo-section .terms { - text-decoration: underline; } - .footer .footer-logo-section .dark-logo { - height: 20px; - width: 100px; - margin: 0; } - .footer .footer-logo-section p { - margin: 0; } - .footer .contact-us { - display: flex; - display: -webkit-flex; - justify-content: center; - flex: 1; } - .footer .contact-us .mail-chimp-section { - display: flex; - display: -webkit-flex; - align-items: center; - margin: 10px 0 20px 0; } - .footer .contact-us .mail-chimp-section input { - width: 100%; } - -.show-message { - animation: hide-animation 10s ease-in 0s; - visibility: hidden; } - -@keyframes hide-animation { - 0% { - opacity: 1; - visibility: visible; } - 100% { - opacity: 0; - visibility: hidden; } } -.heading.copy { - justify-content: center; - display: flex; - display: -webkit-flex; } - -.refresh-button { - outline: none !important; - position: absolute !important; - top: 3px; - right: 12px; } - -@keyframes rotate { + background: #262B35 !important; +} +.footer .resources { + margin-top: 30px; +} +.footer .footer-list li a, .footer .footer-list li .inactive { + font-family: "Poppins", sans-serif; + font-weight: 500; + font-size: 14px; + line-height: 1.31; + color: #70747C; +} +.footer .email { + margin-bottom: 20px; +} +.footer .footer-list li { + margin: 10px 0; +} +.footer .footer-list li a span.mdi { + color: #a9a9a9; + font-size: 20px; +} +.footer .footer-list li a span.mdi img { + width: 17px; +} +.footer .dark-logo { + width: 200px; + margin-bottom: 20px; +} +.footer h6 { + font-weight: bold; + font-size: 16px; + line-height: 1.314; + color: #FFFFFF; +} +.footer .copy-rights { + font-weight: 500; + font-size: 12px; + line-height: 1.314; + color: #70747C; +} +.footer .contact-box .mail-chimp-section input { + background: #1D2129; + border: 0px solid; + padding: 10px 10px; + font-weight: 500; + font-size: 12px; + color: #dee2e6; +} +.footer .subscription-result { + font-size: 14px; + font-family: "Poppins", sans-serif; + font-weight: 600; +} +.footer .btn-subscribe { + opacity: 1 !important; + width: 102px; + background: #E59636 !important; + box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08) !important; + border-radius: 0px !important; + border: 0px solid !important; + font-weight: bold !important; + font-size: 12px !important; + line-height: 1.8 !important; + text-align: center !important; + color: #FFFFFF !important; + padding: 8px 20px !important; +} +.footer .footer-text { + font-weight: 500; + font-family: "Poppins", sans-serif; + font-size: 14px; + line-height: 1.31; + color: #70747C; +} +.footer .social-links-section ul { + display: flex; + display: -webkit-flex; + flex-wrap: wrap; + margin: 0; +} +.footer .social-links-section a { + width: 28px; + height: 28px; + margin-right: 10px; + display: flex; + display: -webkit-flex; + align-items: center; + border-radius: 50%; + justify-content: center; + background: #363B46; +} +.footer .social-links-section a .icon { + width: 12px; + fill: #FFFFFF; +} +.footer .social-links-section a:hover { + background: #525967; +} +.footer .footer-bottom-section { + margin-top: 20px; + border-top: 1px solid #313238; +} +.footer .footer-logo-section { + display: flex; + display: -webkit-flex; + align-items: center; + justify-content: space-between; + padding-top: 20px; + padding-bottom: 20px; +} +.footer .footer-logo-section .terms { + text-decoration: underline; +} +.footer .footer-logo-section .dark-logo { + height: 20px; + width: 100px; + margin: 0; +} +.footer .footer-logo-section p { + margin: 0; +} +.footer .contact-us { + display: flex; + display: -webkit-flex; + justify-content: center; + flex: 1; +} +.footer .contact-us .mail-chimp-section { + display: flex; + display: -webkit-flex; + align-items: center; + margin: 10px 0 20px 0; +} +.footer .contact-us .mail-chimp-section input { + width: 100%; +} + +.show-message { + animation: hide-animation 10s ease-in 0s; + visibility: hidden; +} + +@keyframes hide-animation { + 0% { + opacity: 1; + visibility: visible; + } + 100% { + opacity: 0; + visibility: hidden; + } +} +.heading.copy { + justify-content: center; + display: flex; + display: -webkit-flex; +} + +.refresh-button { + outline: none !important; + position: absolute !important; + top: 3px; + right: 12px; +} + +@keyframes rotate { from { - transform: rotate(0deg); } + transform: rotate(0deg); + } to { - transform: rotate(360deg); } } + transform: rotate(360deg); + } +} .refresh-start svg { animation-name: rotate; animation-duration: 1s; animation-iteration-count: infinite; animation-timing-function: linear; - animation-play-state: running; } + animation-play-state: running; +} .network-check { position: absolute; width: 100%; - background: #dee2e6f0; + background: rgba(222, 226, 230, 0.9411764706); z-index: 999; height: 100vh; display: flex; display: -webkit-flex; align-items: center; - justify-content: center; } - .network-check h3 { - font-family: 'Poppins', sans-serif; - font-size: 20px; } - .network-check p { - margin: 0; } + justify-content: center; +} +.network-check h3 { + font-family: "Poppins", sans-serif; + font-size: 20px; +} +.network-check p { + margin: 0; +} .stage { position: relative; width: 500px; - height: 280px; } + height: 280px; +} .bouncer-holder { position: absolute; left: 0; top: 0; height: 100%; - opacity: 0.1; } + opacity: 0.1; +} .bouncer-holder { -webkit-animation: travel 3s ease-in infinite alternate; -o-animation: travel 3s ease-in infinite alternate; - animation: travel 3s ease-in infinite alternate; } + animation: travel 3s ease-in infinite alternate; +} .bouncer { position: absolute; @@ -1141,2242 +1385,2811 @@ ul li em { width: 30px; -webkit-animation: bounce 3.5s infinite; -o-animation: bounce 3.5s infinite; - animation: bounce 3.5s infinite; } + animation: bounce 3.5s infinite; +} @-webkit-keyframes travel { from { - left: 0; } + left: 0; + } to { - left: calc(100% - 30px); } } + left: calc(100% - 30px); + } +} @keyframes travel { from { - left: 0; } + left: 0; + } to { - left: calc(100% - 30px); } } + left: calc(100% - 30px); + } +} @-webkit-keyframes bounce { from, to { bottom: 0; - -webkit-animation-timing-function: ease-out; } + -webkit-animation-timing-function: ease-out; + } 50% { bottom: 220px; - -webkit-animation-timing-function: ease-in; } } + -webkit-animation-timing-function: ease-in; + } +} @keyframes bounce { from, to { bottom: 0; - animation-timing-function: ease-out; } + animation-timing-function: ease-out; + } 50% { bottom: calc(100% - 30px); - animation-timing-function: ease-in; } } + animation-timing-function: ease-in; + } +} .list-modal-body { width: 100%; - margin: auto; } - .list-modal-body.unbond-modal .button.button-primary { - padding: 0.125rem 1rem !important; - border-radius: 4px !important; } - .list-modal-body .unbonding-schedule-list-container { - max-height: 400px; - overflow: auto; } - .list-modal-body .unbonding-schedule-list-header { - display: flex; - display: -webkit-flex; - justify-content: space-between; - align-items: center; - padding: 15px 2px; - margin-bottom: 12px; - border-bottom: 1px solid #2E3239; } - .list-modal-body .unbonding-schedule-list { - width: 100%; - display: flex; - display: -webkit-flex; - justify-content: space-between; - align-items: center; - padding: 10px 4px; } - .list-modal-body .unbonding-schedule-list:hover { - background: rgba(0, 0, 0, 0.075); } - .list-modal-body .unbonding-schedule-list p { - font-family: 'Poppins', sans-serif; - font-weight: 500; - font-size: 14px; - line-height: 150%; - text-align: right; - margin: 0; } - .list-modal-body .unbonding-schedule-list .amount { - font-weight: 500; } + margin: auto; +} +.list-modal-body.unbond-modal .button.button-primary { + padding: 0.125rem 1rem !important; + border-radius: 4px !important; +} +.list-modal-body .unbonding-schedule-list-container { + max-height: 400px; + overflow: auto; +} +.list-modal-body .unbonding-schedule-list-header { + display: flex; + display: -webkit-flex; + justify-content: space-between; + align-items: center; + padding: 15px 2px; + margin-bottom: 12px; + border-bottom: 1px solid #2E3239; +} +.list-modal-body .unbonding-schedule-list { + width: 100%; + display: flex; + display: -webkit-flex; + justify-content: space-between; + align-items: center; + padding: 10px 4px; +} +.list-modal-body .unbonding-schedule-list:hover { + background: rgba(0, 0, 0, 0.075); +} +.list-modal-body .unbonding-schedule-list p { + font-family: "Poppins", sans-serif; + font-weight: 500; + font-size: 14px; + line-height: 150%; + text-align: right; + margin: 0; +} +.list-modal-body .unbonding-schedule-list .amount { + font-weight: 500; +} .icon-button { - cursor: pointer; } + cursor: pointer; +} .keplr-modal .modal-dialog { - max-width: 500px; } + max-width: 500px; +} .keplr-modal .keplr-modal-body { - padding: 40px; } - .keplr-modal .keplr-modal-body p { - text-align: center; } - .keplr-modal .keplr-modal-body .installed-note { - padding: 20px 0; - cursor: pointer; - font-weight: 500; - text-decoration: underline; } - .keplr-modal .keplr-modal-body .chrome-box { - display: flex; - display: -webkit-flex; - flex-direction: row; - justify-content: center; } - .keplr-modal .keplr-modal-body .chrome-box .chrome-link { - padding: 20px; - display: flex; - display: -webkit-flex; - flex-direction: column; - align-items: center; - width: 200px; - height: 160px; - border-radius: 6px; - box-shadow: 0 0 32px 0 rgba(136, 152, 170, 0.15); - border: solid 1px rgba(0, 0, 0, 0.05); } - .keplr-modal .keplr-modal-body .chrome-box .chrome-link p { - font-size: 16px; - line-height: 1.75; - letter-spacing: -0.3px; - text-align: center; - color: #525f7f; } - .keplr-modal .keplr-modal-body .chrome-box img { - width: 80px; - height: 80px; } + padding: 40px; +} +.keplr-modal .keplr-modal-body p { + text-align: center; +} +.keplr-modal .keplr-modal-body .installed-note { + padding: 20px 0; + cursor: pointer; + font-weight: 500; + text-decoration: underline; +} +.keplr-modal .keplr-modal-body .chrome-box { + display: flex; + display: -webkit-flex; + flex-direction: row; + justify-content: center; +} +.keplr-modal .keplr-modal-body .chrome-box .chrome-link { + padding: 20px; + display: flex; + display: -webkit-flex; + flex-direction: column; + align-items: center; + width: 200px; + height: 160px; + border-radius: 6px; + box-shadow: 0 0 32px 0 rgba(136, 152, 170, 0.15); + border: solid 1px rgba(0, 0, 0, 0.05); +} +.keplr-modal .keplr-modal-body .chrome-box .chrome-link p { + font-size: 16px; + line-height: 1.75; + letter-spacing: -0.3px; + text-align: center; + color: #525f7f; +} +.keplr-modal .keplr-modal-body .chrome-box img { + width: 80px; + height: 80px; +} .dark-mode-button { background: transparent; border: 0; - outline: none !important; } - .dark-mode-button .icon { - width: 18px; } + outline: none !important; +} +.dark-mode-button .icon { + width: 18px; +} .modal-list-data li { - font-family: 'Poppins', sans-serif; + font-family: "Poppins", sans-serif; font-weight: 500; font-size: 14px; color: #8D9CB5; - word-break: break-word; } + word-break: break-word; +} .memo-dropdown-section { display: flex; display: -webkit-flex; align-items: center; - justify-content: center; } + justify-content: center; +} .memo-dropdown-section-body { height: auto; max-height: 0px; overflow: hidden; - transition: all .4s ease-in-out; - -webkit-transition: all .4s ease-in-out; } - .memo-dropdown-section-body .form-control-section { - padding: 5px; } + transition: all 0.4s ease-in-out; + -webkit-transition: all 0.4s ease-in-out; +} +.memo-dropdown-section-body .form-control-section { + padding: 5px; +} .memo-dropdown-section-body.show { - max-height: 200px; } + max-height: 200px; +} .memo-dropdown { margin: 0; text-align: center; - cursor: pointer; } - .memo-dropdown .text { - font-weight: 500; - font-size: 14px; - color: #8D9CB5; } - .memo-dropdown .icon { - width: 20px; } + cursor: pointer; +} +.memo-dropdown .text { + font-weight: 500; + font-size: 14px; + color: #8D9CB5; +} +.memo-dropdown .icon { + width: 20px; +} .zero-fee-modal .modal-dialog { - max-width: 500px !important; } - .zero-fee-modal .modal-dialog .modal-content { - box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); } + max-width: 500px !important; +} +.zero-fee-modal .modal-dialog .modal-content { + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); +} .modal-redeem.modal-custom .modal-dialog { - max-width: 750px; } + max-width: 750px; +} .modal-redeem .table-container { overflow-y: auto; max-height: 200px; - padding-bottom: 20px; } - .modal-redeem .table-container table { - border-collapse: collapse; - width: 100%; } - .modal-redeem .table-container th, - .modal-redeem .table-container td { - padding: 8px 15px; } - .modal-redeem .table-container th { - padding-top: 20px; - background: #FFFFFF; } - .modal-redeem .table-container tr th { - color: #8D9CB5; - font-weight: 500; - font-size: 14px; } - .modal-redeem .table-container tr td { - font-size: 14px; } - .modal-redeem .table-container tr td.name { - font-weight: 400; } - .modal-redeem .table-container tr td.address, .modal-redeem .table-container tr td.amount { - color: #272931; - font-weight: 600; } + padding-bottom: 20px; +} +.modal-redeem .table-container table { + border-collapse: collapse; + width: 100%; +} +.modal-redeem .table-container th, +.modal-redeem .table-container td { + padding: 8px 15px; +} +.modal-redeem .table-container th { + padding-top: 20px; + background: #FFFFFF; +} +.modal-redeem .table-container tr th { + color: #8D9CB5; + font-weight: 500; + font-size: 14px; +} +.modal-redeem .table-container tr td { + font-size: 14px; +} +.modal-redeem .table-container tr td.name { + font-weight: 400; +} +.modal-redeem .table-container tr td.address, .modal-redeem .table-container tr td.amount { + color: #272931; + font-weight: 600; +} .modal-redeem .table-container thead th { position: sticky; - top: 0; } + top: 0; +} .terms-modal { - background: #00000099; - backdrop-filter: blur(2px); } - .terms-modal .modal-dialog { - max-width: 720px !important; } - .terms-modal .modal-content { - border-radius: 6px; - background: #282828 !important; } - .terms-modal .modal-content .heading { - color: #FCFCFC !important; - font-size: 24px; - font-weight: 600; } - .terms-modal .modal-body { - padding: 0 40px; } - .terms-modal .modal-body .content { - max-height: 400px !important; - overflow-y: auto; } - .terms-modal .modal-body .content input[type="checkbox"] { - accent-color: #c73238; - width: 18px; - height: 18px; } - .terms-modal .modal-body .content .sub-heading { - margin-bottom: 8px; - color: #ECECEC; } - .terms-modal .modal-body .content .sub-heading span { - font-weight: 600; } - .terms-modal .modal-body .content .check-box { - display: flex; - align-items: center; - margin-bottom: 12px; } - .terms-modal .modal-body .content .check-box label { - margin-right: 16px; - margin-bottom: -4px; } - .terms-modal .modal-body .content .check-box .text { - color: #E0E0E0; - font-size: 14px; - margin: 0; } - .terms-modal .modal-body .button-primary { - width: 200px; } - .terms-modal .modal-header { - justify-content: center; } - .terms-modal .modal-header button.close { - display: none; - top: 45px; - color: #94979b; } - .terms-modal .modal-header p { - font-family: 'Poppins', sans-serif; - font-weight: 600; - font-size: 18px; - line-height: 150%; - text-align: center; - color: #2E3239; - margin: 0; } + background: rgba(0, 0, 0, 0.6); + backdrop-filter: blur(2px); +} +.terms-modal .modal-dialog { + max-width: 720px !important; +} +.terms-modal .modal-content { + border-radius: 6px; + background: #282828 !important; +} +.terms-modal .modal-content .heading { + color: #FCFCFC !important; + font-size: 24px; + font-weight: 600; +} +.terms-modal .modal-body { + padding: 0 40px; +} +.terms-modal .modal-body .content { + max-height: 400px !important; + overflow-y: auto; +} +.terms-modal .modal-body .content input[type=checkbox] { + accent-color: #E59636; + width: 18px; + height: 18px; +} +.terms-modal .modal-body .content .sub-heading { + margin-bottom: 8px; + color: #ECECEC; +} +.terms-modal .modal-body .content .sub-heading span { + font-weight: 600; +} +.terms-modal .modal-body .content .check-box { + display: flex; + align-items: center; + margin-bottom: 12px; +} +.terms-modal .modal-body .content .check-box label { + margin-right: 16px; + margin-bottom: -4px; +} +.terms-modal .modal-body .content .check-box .text { + color: #E0E0E0; + font-size: 14px; + margin: 0; +} +.terms-modal .modal-body .button-primary { + width: 200px; +} +.terms-modal .modal-header { + justify-content: center; +} +.terms-modal .modal-header button.close { + display: none; + top: 45px; + color: #94979b; +} +.terms-modal .modal-header p { + font-family: "Poppins", sans-serif; + font-weight: 600; + font-size: 18px; + line-height: 150%; + text-align: center; + color: #2E3239; + margin: 0; +} /*-------------------------------------------------------------- # homepage styles --------------------------------------------------------------*/ .home-page { - background: radial-gradient(99.06% 99.06% at 49.65% 0.94%, #222426 0%, #282932 100%); } - .home-page .bg-dark { - background: transparent !important; } - .home-page .bg-dark .navbar-brand img { - width: 125px; } - .home-page .bg-dark .navbar-nav .nav-link { - font-family: 'Poppins', sans-serif; - font-weight: 500; - font-size: 14px; - line-height: 21px; - text-align: right; - color: #FFFFFF; } - .home-page .home-page-body { - height: calc(100vh - 78px); - padding-top: 170px; } - .home-page .home-page-body .content { - max-width: 950px; - margin: auto; } - .home-page .home-page-body .content .heading { - font-family: 'Poppins', sans-serif; - font-weight: bold; - font-size: 40px; - line-height: 60px; - text-align: center; - color: #FFFFFF; } - .home-page .home-page-body .content .sub-text { - font-family: 'Poppins', sans-serif; - font-weight: 600; - font-size: 16px; - line-height: 24px; - text-align: center; - letter-spacing: 0.04em; - color: #E5E5E5; } - .home-page .home-page-body .content .buttons { - padding: 50px 0; - text-align: center; } - .home-page .home-page-body .content .buttons .import { - font-size: 14px; - line-height: 180%; - font-family: 'Poppins', sans-serif; - text-decoration-line: underline; - color: #FFFFFF; - cursor: pointer; } - .home-page .home-page-body .content .buttons .button-primary { - box-shadow: 0 0 10px #e50913 !important; } - .home-page .home-page-body .content .buttons .button-primary::first-letter { - border-top: 2.5px solid #FFFFFF; } - .home-page .home-page-body .content .buttons .button { - font-family: 'Poppins', sans-serif; - margin: 0 0px 10px 0; } - .home-page .home-page-body .content .info-boxes { - display: flex; - display: -webkit-flex; } - .home-page .home-page-body .content .info-boxes .info-box { - display: flex; - display: -webkit-flex; - align-items: center; - flex: 1; } - .home-page .home-page-body .content .info-boxes .info-box h4 { - font-weight: 300; - font-size: 48px; - line-height: 72px; - color: #94969A; - margin: 0; - font-family: 'Poppins', sans-serif; } - .home-page .home-page-body .content .info-boxes .info-box p { - font-family: 'Poppins', sans-serif; - font-weight: 300; - font-size: 14px; - line-height: 195%; - color: #94969A; - padding: 20px 50px; - margin: 0; } - .home-page .home-page-body .content .info-boxes .info-box.first { - justify-content: flex-end; } - .home-page .home-page-body .content .info-boxes .info-box.second { - justify-content: flex-start; } - .home-page .home-page-body .content .border-logo { - position: relative; - overflow: hidden; - text-align: center; - padding: 30px 0; } - .home-page .home-page-body .content .border-logo::before { - content: " "; - position: absolute; - top: 50%; - margin-left: -999em; - height: 2px; - width: 998em; - border-top: 1px solid #292F39; - background: rgba(0, 0, 0, 0.2); } - .home-page .home-page-body .content .border-logo::after { - content: " "; - position: absolute; - top: 50%; - left: auto; - width: 999em; - margin: 0 0 0 1em; - height: 2px; - border-top: 1px solid #292F39; - background: rgba(0, 0, 0, 0.2); } + background: radial-gradient(99.06% 99.06% at 49.65% 0.94%, #222426 0%, #282932 100%); +} +.home-page .bg-dark { + background: transparent !important; +} +.home-page .bg-dark .navbar-brand img { + width: 125px; +} +.home-page .bg-dark .navbar-nav .nav-link { + font-family: "Poppins", sans-serif; + font-weight: 500; + font-size: 14px; + line-height: 21px; + text-align: right; + color: #FFFFFF; +} +.home-page .home-page-body { + height: calc(100vh - 78px); + padding-top: 170px; +} +.home-page .home-page-body .content { + max-width: 950px; + margin: auto; +} +.home-page .home-page-body .content .heading { + font-family: "Poppins", sans-serif; + font-weight: bold; + font-size: 40px; + line-height: 60px; + text-align: center; + color: #FFFFFF; +} +.home-page .home-page-body .content .sub-text { + font-family: "Poppins", sans-serif; + font-weight: 600; + font-size: 16px; + line-height: 24px; + text-align: center; + letter-spacing: 0.04em; + color: #E5E5E5; +} +.home-page .home-page-body .content .buttons { + padding: 50px 0; + text-align: center; +} +.home-page .home-page-body .content .buttons .import { + font-size: 14px; + line-height: 180%; + font-family: "Poppins", sans-serif; + text-decoration-line: underline; + color: #FFFFFF; + cursor: pointer; +} +.home-page .home-page-body .content .buttons .button-primary { + box-shadow: 0 0 10px #E59636 !important; +} +.home-page .home-page-body .content .buttons .button-primary::first-letter { + border-top: 2.5px solid #FFFFFF; +} +.home-page .home-page-body .content .buttons .button { + font-family: "Poppins", sans-serif; + margin: 0 0px 10px 0; +} +.home-page .home-page-body .content .info-boxes { + display: flex; + display: -webkit-flex; +} +.home-page .home-page-body .content .info-boxes .info-box { + display: flex; + display: -webkit-flex; + align-items: center; + flex: 1; +} +.home-page .home-page-body .content .info-boxes .info-box h4 { + font-weight: 300; + font-size: 48px; + line-height: 72px; + color: #94969A; + margin: 0; + font-family: "Poppins", sans-serif; +} +.home-page .home-page-body .content .info-boxes .info-box p { + font-family: "Poppins", sans-serif; + font-weight: 300; + font-size: 14px; + line-height: 195%; + color: #94969A; + padding: 20px 50px; + margin: 0; +} +.home-page .home-page-body .content .info-boxes .info-box.first { + justify-content: flex-end; +} +.home-page .home-page-body .content .info-boxes .info-box.second { + justify-content: flex-start; +} +.home-page .home-page-body .content .border-logo { + position: relative; + overflow: hidden; + text-align: center; + padding: 30px 0; +} +.home-page .home-page-body .content .border-logo::before { + content: " "; + position: absolute; + top: 50%; + margin-left: -999em; + height: 2px; + width: 998em; + border-top: 1px solid #292F39; + background: rgba(0, 0, 0, 0.2); +} +.home-page .home-page-body .content .border-logo::after { + content: " "; + position: absolute; + top: 50%; + left: auto; + width: 999em; + margin: 0 0 0 1em; + height: 2px; + border-top: 1px solid #292F39; + background: rgba(0, 0, 0, 0.2); +} /*-------------------------------------------------------------- # createwallet styles --------------------------------------------------------------*/ .create-wallet-modal .modal-dialog { - max-width: 600px !important; } + max-width: 600px !important; +} .create-wallet-modal .modal-content { - border-radius: 6px; } + border-radius: 6px; +} .create-wallet-modal .modal-header { background: #F0F1F2; - justify-content: center; } - .create-wallet-modal .modal-header button.close { - top: 30px; } - .create-wallet-modal .modal-header p { - font-family: 'Poppins', sans-serif; - font-weight: 600; - font-size: 18px; - line-height: 150%; - text-align: center; - color: #2E3239; - margin: 0; } + justify-content: center; +} +.create-wallet-modal .modal-header button.close { + top: 30px; +} +.create-wallet-modal .modal-header p { + font-family: "Poppins", sans-serif; + font-weight: 600; + font-size: 18px; + line-height: 150%; + text-align: center; + color: #2E3239; + margin: 0; +} .create-wallet-modal .modal-body .question-heading { - font-family: 'Poppins', sans-serif; + font-family: "Poppins", sans-serif; font-weight: 600; font-size: 18px; line-height: 150%; - color: #2E3239; } + color: #2E3239; +} .create-wallet-modal .modal-body .info-box { position: relative; padding: 15px; - background: rgba(229, 9, 19, 0.04); } - .create-wallet-modal .modal-body .info-box p, .create-wallet-modal .modal-body .info-box ul li { - font-weight: 500; - font-size: 14px; - line-height: 178.5%; - color: #373D46; } - .create-wallet-modal .modal-body .info-box .question-mark-box { - background: #FFFFFF; - box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15); - border-radius: 6px; - width: 55px; - display: -webkit-flex; - height: 55px; - position: absolute; - align-items: center; - justify-content: center; - right: 20px; - top: -40px; } - .create-wallet-modal .modal-body .info-box .question-mark-box span { - font-weight: 500; - font-size: 48px; - color: #E50913; } + background: rgba(229, 9, 19, 0.04); +} +.create-wallet-modal .modal-body .info-box p, .create-wallet-modal .modal-body .info-box ul li { + font-weight: 500; + font-size: 14px; + line-height: 178.5%; + color: #373D46; +} +.create-wallet-modal .modal-body .info-box .question-mark-box { + background: #FFFFFF; + box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15); + border-radius: 6px; + width: 55px; + display: -webkit-flex; + height: 55px; + position: absolute; + align-items: center; + justify-content: center; + right: 20px; + top: -40px; +} +.create-wallet-modal .modal-body .info-box .question-mark-box span { + font-weight: 500; + font-size: 48px; + color: #E59636; +} .create-wallet-modal .modal-body .buttons { padding-top: 30px; - text-align: center; } - .create-wallet-modal .modal-body .buttons .button-secondary { - float: left; - padding: .375rem 0.8rem; - background: #F0F1F2; - border-color: transparent; } - .create-wallet-modal .modal-body .buttons .button-secondary .icon { - width: 20px; } - .create-wallet-modal .modal-body .buttons .button.button-primary { - width: 200px; } + text-align: center; +} +.create-wallet-modal .modal-body .buttons .button-secondary { + float: left; + padding: 0.375rem 0.8rem; + background: #F0F1F2; + border-color: transparent; +} +.create-wallet-modal .modal-body .buttons .button-secondary .icon { + width: 20px; +} +.create-wallet-modal .modal-body .buttons .button.button-primary { + width: 200px; +} .create-wallet-modal .create-wallet-form-body { - padding: 40px; } - .create-wallet-modal .create-wallet-form-body .buttons { - padding-top: 30px; - text-align: center; } - .create-wallet-modal .create-wallet-form-body .buttons .button-secondary { - float: left; - padding: .375rem 0.8rem; - background: #F0F1F2; - border-color: transparent; } - .create-wallet-modal .create-wallet-form-body .buttons .button-secondary .icon { - width: 20px; } - .create-wallet-modal .create-wallet-form-body .buttons .button.button-primary { - width: 200px; } - .create-wallet-modal .create-wallet-form-body .heading { - font-family: 'Poppins', sans-serif; - font-weight: 600; - font-size: 24px; - line-height: 150%; - text-align: center; - color: #2E3239; - margin: 0; } - .create-wallet-modal .create-wallet-form-body .info { - text-align: center; - font-size: 14px; - padding: 0 0 20px 0; - color: #8D9CB5; } - .create-wallet-modal .create-wallet-form-body .info span { - text-decoration: underline; - line-height: 150%; - cursor: pointer; - text-align: center; - color: #E50913; } - .create-wallet-modal .create-wallet-form-body form { - padding-top: 30px; } - .create-wallet-modal .create-wallet-form-body form .form-field { - justify-content: center; } - .create-wallet-modal .create-wallet-form-body form .label { - font-weight: 500; - font-size: 14px; - line-height: 150%; - font-family: 'Poppins', sans-serif; - color: #2E3239; - margin-right: 10px; } - .create-wallet-modal .create-wallet-form-body form .password-group { - position: relative; } - .create-wallet-modal .create-wallet-form-body form .password-group button { - outline: none !important; - position: absolute; - top: 7px; - right: 120px; } - .create-wallet-modal .create-wallet-form-body form .form-group { - text-align: center; } - .create-wallet-modal .create-wallet-form-body form textarea { - background: #F5F6FA; - border: 0px solid; } - .create-wallet-modal .create-wallet-form-body form .form-control-file { - background: transparent; } - .create-wallet-modal .create-wallet-form-body form .form-control-file:focus { - outline: none; } - .create-wallet-modal .create-wallet-form-body form input { - background: #F5F6FA; - font-size: 14px; - line-height: 150%; - height: calc(2.3em + .75rem + 2px); - border-radius: 0; - border: 0px solid; - color: #8D9CB5; } - .create-wallet-modal .create-wallet-form-body form input::placeholder { - font-size: 14px; - color: #8D9CB5; } - .create-wallet-modal .create-wallet-form-body form input:disabled { - background-color: #e9ecef; } - .create-wallet-modal .create-wallet-form-body .seed-section .heading { - font-family: 'Poppins', sans-serif; - font-size: 18px; - line-height: 150%; - text-align: center; - color: #2E3239; - padding-bottom: 20px; } - .create-wallet-modal .create-wallet-form-body .seed-section .menmonic { - word-spacing: 20px; - padding-top: 20px; - line-height: 2.2; - text-align: center; } - .create-wallet-modal .create-wallet-form-body .radio-group { - display: flex; - display: -webkit-flex; - justify-content: center; } - .create-wallet-modal .create-wallet-form-body .radio-group .custom-control { - margin-right: 20px; } - .create-wallet-modal .create-wallet-form-body .radio-group .custom-control .custom-control-label { - font-family: 'Poppins', sans-serif; - font-size: 16px; - line-height: 150%; - text-align: center; - color: #2E3239; } - .create-wallet-modal .create-wallet-form-body .radio-group .custom-control-input:checked ~ .custom-control-label::before { - border-color: #E50913; - background-color: #E50913; } - .create-wallet-modal .create-wallet-form-body .radio-group .custom-control-input:focus ~ .custom-control-label::before { - box-shadow: 0 0 0 0.2rem #e5091354; - border-color: #e5091354 !important; } - .create-wallet-modal .create-wallet-form-body .advancemode-form { - border: 0px solid; } - -.create-wallet-modal.seed .modal-header { + padding: 40px; +} +.create-wallet-modal .create-wallet-form-body .buttons { + padding-top: 30px; + text-align: center; +} +.create-wallet-modal .create-wallet-form-body .buttons .button-secondary { + float: left; + padding: 0.375rem 0.8rem; + background: #F0F1F2; + border-color: transparent; +} +.create-wallet-modal .create-wallet-form-body .buttons .button-secondary .icon { + width: 20px; +} +.create-wallet-modal .create-wallet-form-body .buttons .button.button-primary { + width: 200px; +} +.create-wallet-modal .create-wallet-form-body .heading { + font-family: "Poppins", sans-serif; + font-weight: 600; + font-size: 24px; + line-height: 150%; + text-align: center; + color: #2E3239; + margin: 0; +} +.create-wallet-modal .create-wallet-form-body .info { + text-align: center; + font-size: 14px; + padding: 0 0 20px 0; + color: #8D9CB5; +} +.create-wallet-modal .create-wallet-form-body .info span { + text-decoration: underline; + line-height: 150%; + cursor: pointer; + text-align: center; + color: #E59636; +} +.create-wallet-modal .create-wallet-form-body form { + padding-top: 30px; +} +.create-wallet-modal .create-wallet-form-body form .form-field { + justify-content: center; +} +.create-wallet-modal .create-wallet-form-body form .label { + font-weight: 500; + font-size: 14px; + line-height: 150%; + font-family: "Poppins", sans-serif; + color: #2E3239; + margin-right: 10px; +} +.create-wallet-modal .create-wallet-form-body form .password-group { + position: relative; +} +.create-wallet-modal .create-wallet-form-body form .password-group button { + outline: none !important; + position: absolute; + top: 7px; + right: 120px; +} +.create-wallet-modal .create-wallet-form-body form .form-group { + text-align: center; +} +.create-wallet-modal .create-wallet-form-body form textarea { + background: #F5F6FA; + border: 0px solid; +} +.create-wallet-modal .create-wallet-form-body form .form-control-file { background: transparent; +} +.create-wallet-modal .create-wallet-form-body form .form-control-file:focus { + outline: none; +} +.create-wallet-modal .create-wallet-form-body form input { + background: #F5F6FA; + font-size: 14px; + line-height: 150%; + height: calc(2.3em + 0.75rem + 2px); + border-radius: 0; border: 0px solid; - padding-top: 40px; - padding-bottom: 30px; } - .create-wallet-modal.seed .modal-header .heading { - font-family: 'Poppins', sans-serif; - font-weight: 600; - font-size: 24px; - line-height: 150%; - text-align: center; - color: #2E3239; - margin: 0; } -.create-wallet-modal.seed .create-wallet-form-body { - padding-top: 0px; } - -.create-wallet-modal.large .modal-dialog { - max-width: 900px !important; } -.create-wallet-modal.large .create-wallet-form-body .form-privatekey { - padding-top: 0; - max-width: inherit; } -.create-wallet-modal.large .create-wallet-form-body form { - max-width: 500px; } -.create-wallet-modal.large .note-section { - justify-content: center; } - -.create-wallet-section { - background: radial-gradient(99.06% 99.06% at 49.65% 0.94%, #222426 0%, #282932 100%); } - .create-wallet-section .create-wallet-modal { - height: calc(100vh - 78px); - padding-top: 60px; - overflow-y: auto; - padding-bottom: 40px; } - .create-wallet-section .create-wallet-modal .create-wallet-body { - padding: 40px; - max-width: 900px !important; - margin: auto; - background: #FFFFFF; } - .create-wallet-section .create-wallet-modal .create-wallet-body .buttons { - padding-top: 30px; - text-align: center; } - .create-wallet-section .create-wallet-modal .create-wallet-body .buttons .button-secondary { - float: left; - padding: .375rem 0.8rem; - background: #F0F1F2; - border-color: transparent; } - .create-wallet-section .create-wallet-modal .create-wallet-body .buttons .button-secondary .icon { - width: 20px; } - .create-wallet-section .create-wallet-modal .create-wallet-body .buttons .button.button-primary { - width: 200px; } - + color: #8D9CB5; +} +.create-wallet-modal .create-wallet-form-body form input::placeholder { + font-size: 14px; + color: #8D9CB5; +} +.create-wallet-modal .create-wallet-form-body form input:disabled { + background-color: #e9ecef; +} +.create-wallet-modal .create-wallet-form-body .seed-section .heading { + font-family: "Poppins", sans-serif; + font-size: 18px; + line-height: 150%; + text-align: center; + color: #2E3239; + padding-bottom: 20px; +} +.create-wallet-modal .create-wallet-form-body .seed-section .menmonic { + word-spacing: 20px; + padding-top: 20px; + line-height: 2.2; + text-align: center; +} +.create-wallet-modal .create-wallet-form-body .radio-group { + display: flex; + display: -webkit-flex; + justify-content: center; +} +.create-wallet-modal .create-wallet-form-body .radio-group .custom-control { + margin-right: 20px; +} +.create-wallet-modal .create-wallet-form-body .radio-group .custom-control .custom-control-label { + font-family: "Poppins", sans-serif; + font-size: 16px; + line-height: 150%; + text-align: center; + color: #2E3239; +} +.create-wallet-modal .create-wallet-form-body .radio-group .custom-control-input:checked ~ .custom-control-label::before { + border-color: #E59636; + background-color: #E59636; +} +.create-wallet-modal .create-wallet-form-body .radio-group .custom-control-input:focus ~ .custom-control-label::before { + box-shadow: 0 0 0 0.2rem rgba(229, 150, 54, 0.3294117647); + border-color: rgba(229, 150, 54, 0.3294117647) !important; +} +.create-wallet-modal .create-wallet-form-body .advancemode-form { + border: 0px solid; +} + +.create-wallet-modal.seed .modal-header { + background: transparent; + border: 0px solid; + padding-top: 40px; + padding-bottom: 30px; +} +.create-wallet-modal.seed .modal-header .heading { + font-family: "Poppins", sans-serif; + font-weight: 600; + font-size: 24px; + line-height: 150%; + text-align: center; + color: #2E3239; + margin: 0; +} +.create-wallet-modal.seed .create-wallet-form-body { + padding-top: 0px; +} + +.create-wallet-modal.large .modal-dialog { + max-width: 900px !important; +} +.create-wallet-modal.large .create-wallet-form-body .form-privatekey { + padding-top: 0; + max-width: inherit; +} +.create-wallet-modal.large .create-wallet-form-body form { + max-width: 500px; +} +.create-wallet-modal.large .note-section { + justify-content: center; +} + +.create-wallet-section { + background: radial-gradient(99.06% 99.06% at 49.65% 0.94%, #222426 0%, #282932 100%); +} +.create-wallet-section .create-wallet-modal { + height: calc(100vh - 78px); + padding-top: 60px; + overflow-y: auto; + padding-bottom: 40px; +} +.create-wallet-section .create-wallet-modal .create-wallet-body { + padding: 40px; + max-width: 900px !important; + margin: auto; + background: #FFFFFF; +} +.create-wallet-section .create-wallet-modal .create-wallet-body .buttons { + padding-top: 30px; + text-align: center; +} +.create-wallet-section .create-wallet-modal .create-wallet-body .buttons .button-secondary { + float: left; + padding: 0.375rem 0.8rem; + background: #F0F1F2; + border-color: transparent; +} +.create-wallet-section .create-wallet-modal .create-wallet-body .buttons .button-secondary .icon { + width: 20px; +} +.create-wallet-section .create-wallet-modal .create-wallet-body .buttons .button.button-primary { + width: 200px; +} + .mnemonic-result { - text-align: center; } + text-align: center; +} /*-------------------------------------------------------------- # router not found styles --------------------------------------------------------------*/ .home-page.pageError { - height: 100vh; } - .home-page.pageError .text-container { - height: calc(100vh - 78px); - display: flex; - display: -webkit-flex; - justify-content: center; - align-content: center; } - .home-page.pageError .text-container h3 { - color: #ffffff; } + height: 100vh; +} +.home-page.pageError .text-container { + height: calc(100vh - 78px); + display: flex; + display: -webkit-flex; + justify-content: center; + align-content: center; +} +.home-page.pageError .text-container h3 { + color: #ffffff; +} /*-------------------------------------------------------------- # importwallet styles --------------------------------------------------------------*/ .import-wallet-body { - padding: 0 50px 40px 50px; } - .import-wallet-body .buttons { - padding-top: 30px; - text-align: center; } - .import-wallet-body .buttons .button-secondary { - float: left; - padding: .375rem 0.8rem; - background: #F0F1F2; - border-color: transparent; } - .import-wallet-body .buttons .button-secondary .icon { - width: 20px; } - .import-wallet-body .buttons .button.button-primary.large { - width: auto; } - .import-wallet-body .buttons .button.button-primary { - width: 200px; } - .import-wallet-body .heading { - font-weight: 600; - font-size: 18px; - line-height: 27px; - font-family: 'Poppins', sans-serif; - text-align: center; - color: #313238; - padding-bottom: 30px; } - .import-wallet-body form .form-field.upload { - padding-top: 10px; - align-items: baseline; } - .import-wallet-body form .form-field { - justify-content: center; } - .import-wallet-body form .label { - font-weight: 500; - font-size: 14px; - line-height: 150%; - font-family: 'Poppins', sans-serif; - text-align: center; - color: #2E3239; } - .import-wallet-body form textarea { - background: #F5F6FA; - border: 0px solid; } - .import-wallet-body form .form-control-file { - background: transparent; } - .import-wallet-body form .form-control-file:focus { - outline: none; } - .import-wallet-body form input { - max-width: 300px; - background: #F5F6FA; - font-size: 14px; - line-height: 150%; - height: calc(2.3em + .75rem + 2px); - border-radius: 0; - border: 0px solid; - color: #8D9CB5; } - .import-wallet-body form input::placeholder { - font-size: 14px; - color: #8D9CB5; } - .import-wallet-body .menmonic-list { - padding-bottom: 10px; } - .import-wallet-body .mnemonic-result { - font-family: 'Poppins', sans-serif; - padding: 10px 0; - font-size: 14px; - word-break: break-word; - margin: 0; - text-align: center; } - .import-wallet-body .mnemonic-result .label { - font-weight: 700; } - .import-wallet-body .note { - font-size: 14px; } - .import-wallet-body .download-section { - padding-top: 20px; } - .import-wallet-body .download-section .name { - text-align: center; - font-weight: 500; - font-size: 14px; - line-height: 150%; - color: #2E3239; - margin: 0; } - .import-wallet-body .download-section .key-download { - text-align: center; - padding: 10px; - background: rgba(233, 114, 28, 0.07); - max-width: 350px; - margin: auto; } - .import-wallet-body .download-section .key-download a { - font-weight: 500; - font-size: 14px; - line-height: 150%; - color: #E9721C !important; } - .import-wallet-body .download-section .key-download .icon.icon-download-icon { - width: 20px; - transform: rotate(0) !important; - margin-bottom: -6px; - margin-left: 10px; } - .import-wallet-body .download-section .key-download .icon { - width: 16px; - margin-left: 10px; - fill: #E9721C; - transform: rotate(180deg); } + padding: 0 50px 40px 50px; +} +.import-wallet-body .buttons { + padding-top: 30px; + text-align: center; +} +.import-wallet-body .buttons .button-secondary { + float: left; + padding: 0.375rem 0.8rem; + background: #F0F1F2; + border-color: transparent; +} +.import-wallet-body .buttons .button-secondary .icon { + width: 20px; +} +.import-wallet-body .buttons .button.button-primary.large { + width: auto; +} +.import-wallet-body .buttons .button.button-primary { + width: 200px; +} +.import-wallet-body .heading { + font-weight: 600; + font-size: 18px; + line-height: 27px; + font-family: "Poppins", sans-serif; + text-align: center; + color: #313238; + padding-bottom: 30px; +} +.import-wallet-body form .form-field.upload { + padding-top: 10px; + align-items: baseline; +} +.import-wallet-body form .form-field { + justify-content: center; +} +.import-wallet-body form .label { + font-weight: 500; + font-size: 14px; + line-height: 150%; + font-family: "Poppins", sans-serif; + text-align: center; + color: #2E3239; +} +.import-wallet-body form textarea { + background: #F5F6FA; + border: 0px solid; +} +.import-wallet-body form .form-control-file { + background: transparent; +} +.import-wallet-body form .form-control-file:focus { + outline: none; +} +.import-wallet-body form input { + max-width: 300px; + background: #F5F6FA; + font-size: 14px; + line-height: 150%; + height: calc(2.3em + 0.75rem + 2px); + border-radius: 0; + border: 0px solid; + color: #8D9CB5; +} +.import-wallet-body form input::placeholder { + font-size: 14px; + color: #8D9CB5; +} +.import-wallet-body .menmonic-list { + padding-bottom: 10px; +} +.import-wallet-body .mnemonic-result { + font-family: "Poppins", sans-serif; + padding: 10px 0; + font-size: 14px; + word-break: break-word; + margin: 0; + text-align: center; +} +.import-wallet-body .mnemonic-result .label { + font-weight: 700; +} +.import-wallet-body .note { + font-size: 14px; +} +.import-wallet-body .download-section { + padding-top: 20px; +} +.import-wallet-body .download-section .name { + text-align: center; + font-weight: 500; + font-size: 14px; + line-height: 150%; + color: #2E3239; + margin: 0; +} +.import-wallet-body .download-section .key-download { + text-align: center; + padding: 10px; + background: rgba(233, 114, 28, 0.07); + max-width: 350px; + margin: auto; +} +.import-wallet-body .download-section .key-download a { + font-weight: 500; + font-size: 14px; + line-height: 150%; + color: #E9721C !important; +} +.import-wallet-body .download-section .key-download .icon.icon-download-icon { + width: 20px; + transform: rotate(0) !important; + margin-bottom: -6px; + margin-left: 10px; +} +.import-wallet-body .download-section .key-download .icon { + width: 16px; + margin-left: 10px; + fill: #E9721C; + transform: rotate(180deg); +} .advanced-wallet-accordion .accordion-body { height: auto; max-height: 0px; overflow: hidden; - transition: all .4s ease-in-out; - -webkit-transition: all .4s ease-in-out; } + transition: all 0.4s ease-in-out; + -webkit-transition: all 0.4s ease-in-out; +} .advanced-wallet-accordion .accordion-body.show { padding: 0 4px; - max-height: 400px; } + max-height: 400px; +} .advanced-wallet-accordion .card { border: 0px solid; - background: transparent; } - .advanced-wallet-accordion .card .card-header { - background: transparent; - padding: 0 0 10px 0; - display: flex; - display: -webkit-flex; - align-items: center; - justify-content: center; - border: 0; } - .advanced-wallet-accordion .card .card-header p { - margin: 0; } - .advanced-wallet-accordion .card .card-header button { - border: 0px; - background: transparent; - outline: none; } - .advanced-wallet-accordion .card .card-header button .icon { - width: 20px; } + background: transparent; +} +.advanced-wallet-accordion .card .card-header { + background: transparent; + padding: 0 0 10px 0; + display: flex; + display: -webkit-flex; + align-items: center; + justify-content: center; + border: 0; +} +.advanced-wallet-accordion .card .card-header p { + margin: 0; +} +.advanced-wallet-accordion .card .card-header button { + border: 0px; + background: transparent; + outline: none; +} +.advanced-wallet-accordion .card .card-header button .icon { + width: 20px; +} /*-------------------------------------------------------------- # importwallet styles --------------------------------------------------------------*/ .main-section { - height: 100vh; } - .main-section .side-bar { - background: #272931; - width: 250px; } - .main-section .side-bar .header-section { - padding: 18px 20px 18px 30px; - border-bottom: 1px solid #393A42; } - .main-section .side-bar .header-section .logo { - position: relative; } - .main-section .side-bar .header-section .logo .large-screen-logo { - width: 125px; } - .main-section .side-bar .header-section .logo span { - font-family: 'Poppins', sans-serif; - font-weight: 500; - font-size: 9px; - line-height: 13px; - color: #FFFFFF; - position: absolute; - bottom: 5px; } - .main-section .side-bar .side-bar-links { - padding: 10px 0 0 0; } - .main-section .side-bar .side-bar-links .item { - padding: 15px 20px 15px 30px; - display: flex; - display: -webkit-flex; - align-items: center; - cursor: pointer; } - .main-section .side-bar .side-bar-links .item .icon-box { - width: 38px; - height: 38px; - background: #393A42; - display: flex; - display: -webkit-flex; - align-items: center; - justify-content: center; - border-radius: 50%; - margin-right: 10px; - padding: 0; } - .main-section .side-bar .side-bar-links .item .icon-box .icon { - width: 20px; - height: 18px; - fill: #5F646C; } - .main-section .side-bar .side-bar-links .item .text { - font-weight: 600; - font-size: 13px; - font-family: 'Poppins', sans-serif; - line-height: 19px; - color: #BEBFC1; } - .main-section .side-bar .side-bar-links .item:hover .text, .main-section .side-bar .side-bar-links .item.active .text { - color: #FFFFFF; } - .main-section .side-bar .side-bar-links .item:hover .icon-box, .main-section .side-bar .side-bar-links .item.active .icon-box { - background: #E50913; } - .main-section .side-bar .side-bar-links .item:hover .icon-box .icon, .main-section .side-bar .side-bar-links .item.active .icon-box .icon { - fill: #FFFFFF; } + height: 100vh; +} +.main-section .side-bar { + background: #272931; + width: 250px; +} +.main-section .side-bar .header-section { + padding: 18px 20px 18px 30px; + border-bottom: 1px solid #393A42; +} +.main-section .side-bar .header-section .logo { + position: relative; +} +.main-section .side-bar .header-section .logo .large-screen-logo { + width: 125px; +} +.main-section .side-bar .header-section .logo span { + font-family: "Poppins", sans-serif; + font-weight: 500; + font-size: 9px; + line-height: 13px; + color: #FFFFFF; + position: absolute; + bottom: 5px; +} +.main-section .side-bar .side-bar-links { + padding: 10px 0 0 0; +} +.main-section .side-bar .side-bar-links .item { + padding: 15px 20px 15px 30px; + display: flex; + display: -webkit-flex; + align-items: center; + cursor: pointer; +} +.main-section .side-bar .side-bar-links .item .icon-box { + width: 38px; + height: 38px; + background: #393A42; + display: flex; + display: -webkit-flex; + align-items: center; + justify-content: center; + border-radius: 50%; + margin-right: 10px; + padding: 0; +} +.main-section .side-bar .side-bar-links .item .icon-box .icon { + width: 20px; + height: 18px; + fill: #5F646C; +} +.main-section .side-bar .side-bar-links .item .text { + font-weight: 600; + font-size: 13px; + font-family: "Poppins", sans-serif; + line-height: 19px; + color: #BEBFC1; +} +.main-section .side-bar .side-bar-links .item:hover .text, .main-section .side-bar .side-bar-links .item.active .text { + color: #FFFFFF; +} +.main-section .side-bar .side-bar-links .item:hover .icon-box, .main-section .side-bar .side-bar-links .item.active .icon-box { + background: #E59636; +} +.main-section .side-bar .side-bar-links .item:hover .icon-box .icon, .main-section .side-bar .side-bar-links .item.active .icon-box .icon { + fill: #FFFFFF; +} .content-section { - flex: 1; } + flex: 1; +} .wallet-main-section .tabs-section { - position: relative; } - .wallet-main-section .tabs-section .nav-tabs .nav-item.show .nav-link, .wallet-main-section .tabs-section .nav-tabs .nav-link.active { - background: transparent; - color: #272931; } - .wallet-main-section .tabs-section .nav-tabs .nav-link.active { - border-bottom: 2px solid #272931; } - .wallet-main-section .tabs-section .nav-tabs .nav-link:focus, .wallet-main-section .tabs-section .nav-tabs .nav-link:hover { - outline: none; } - .wallet-main-section .tabs-section .nav-tabs { - border-radius: 6px 6px 0 0; } - .wallet-main-section .tabs-section .nav-tabs .ibc-tab p { - margin: 0; } - .wallet-main-section .tabs-section .nav-tabs .ibc-tab p button { - position: relative; } - .wallet-main-section .tabs-section .nav-tabs .ibc-tab p button .icon { - position: absolute; - left: 5px; - right: 0px; - bottom: -1px; } - .wallet-main-section .tabs-section .nav-tabs .nav-link { - border: 0px solid; - border-radius: 0px; - padding: 0.8rem 2rem; - font-weight: 500; - font-family: 'Poppins', sans-serif; - font-size: 14px; - line-height: 180%; - text-align: center; - color: #8D9CB5; } - .wallet-main-section .tabs-section .tab-content { - position: relative; } - .wallet-main-section .tabs-section .tab-content .tab-header .left { - display: flex; - display: -webkit-flex; - align-items: center; } - .wallet-main-section .tabs-section .tab-content .tab-header .left .info-name { - padding-right: 10px; - margin: 0; } - .wallet-main-section .tabs-section .tab-content .tab-header .left .nav-pills .nav-link { - margin: 0; - padding: .3rem 1rem; - border-radius: 0; - background: none; - font-weight: 500; - font-size: 14px; - color: #55678B; - border: 1px solid; } - .wallet-main-section .tabs-section .tab-content .tab-header .left .nav-pills .nav-link.active, .wallet-main-section .tabs-section .tab-content .tab-header .left .nav-pills .show > .nav-link { - background: #E50913; - border: 1px solid #E50913; - color: #FFFFFF; } - .wallet-main-section .tabs-section .tab-content .tab-content { - height: auto; } - .wallet-main-section .tabs-section .tab-content .tab-content::after { - padding-bottom: 0px; } - .wallet-main-section .tabs-section .tab-content::after { - content: ''; - display: block; - padding-bottom: 25px; } + position: relative; +} +.wallet-main-section .tabs-section .nav-tabs .nav-item.show .nav-link, .wallet-main-section .tabs-section .nav-tabs .nav-link.active { + background: transparent; + color: #272931; +} +.wallet-main-section .tabs-section .nav-tabs .nav-link.active { + border-bottom: 2px solid #272931; +} +.wallet-main-section .tabs-section .nav-tabs .nav-link:focus, .wallet-main-section .tabs-section .nav-tabs .nav-link:hover { + outline: none; +} +.wallet-main-section .tabs-section .nav-tabs { + border-radius: 6px 6px 0 0; +} +.wallet-main-section .tabs-section .nav-tabs .ibc-tab p { + margin: 0; +} +.wallet-main-section .tabs-section .nav-tabs .ibc-tab p button { + position: relative; +} +.wallet-main-section .tabs-section .nav-tabs .ibc-tab p button .icon { + position: absolute; + left: 5px; + right: 0px; + bottom: -1px; +} +.wallet-main-section .tabs-section .nav-tabs .nav-link { + border: 0px solid; + border-radius: 0px; + padding: 0.8rem 2rem; + font-weight: 500; + font-family: "Poppins", sans-serif; + font-size: 14px; + line-height: 180%; + text-align: center; + color: #8D9CB5; +} +.wallet-main-section .tabs-section .tab-content { + position: relative; +} +.wallet-main-section .tabs-section .tab-content .tab-header .left { + display: flex; + display: -webkit-flex; + align-items: center; +} +.wallet-main-section .tabs-section .tab-content .tab-header .left .info-name { + padding-right: 10px; + margin: 0; +} +.wallet-main-section .tabs-section .tab-content .tab-header .left .nav-pills .nav-link { + margin: 0; + padding: 0.3rem 1rem; + border-radius: 0; + background: none; + font-weight: 500; + font-size: 14px; + color: #55678B; + border: 1px solid; +} +.wallet-main-section .tabs-section .tab-content .tab-header .left .nav-pills .nav-link.active, .wallet-main-section .tabs-section .tab-content .tab-header .left .nav-pills .show > .nav-link { + background: #E59636; + border: 1px solid #E59636; + color: #FFFFFF; +} +.wallet-main-section .tabs-section .tab-content .tab-content { + height: auto; +} +.wallet-main-section .tabs-section .tab-content .tab-content::after { + padding-bottom: 0px; +} +.wallet-main-section .tabs-section .tab-content::after { + content: ""; + display: block; + padding-bottom: 25px; +} .wallet-main-section .send-container { border: 1px solid #E3E5F4; border-radius: 0 0 6px 6px; - padding: 35px 100px; } - .wallet-main-section .send-container .form-error { - text-align: left; } - .wallet-main-section .send-container .form-section { - max-width: 500px; } - .wallet-main-section .send-container .form-section .form-field .label { - margin: 0 0 5px 0; - font-weight: 500; - font-size: 14px; - line-height: 150%; - font-family: 'Poppins', sans-serif; - color: #2E3239; } - .wallet-main-section .send-container .form-section .form-field .label.info { - position: relative; } - .wallet-main-section .send-container .form-section .form-field .label.info button { - position: absolute; - bottom: 0px; } - .wallet-main-section .send-container .form-section .form-field .label.info button .icon { - width: 14px; } - .wallet-main-section .send-container .form-section .form-field input { - height: calc(2.3em + .75rem + 2px); } - .wallet-main-section .send-container .form-section .form-field .form-control:disabled, .wallet-main-section .send-container .form-section .form-field .form-control[readonly] { - opacity: 0.6; } - .wallet-main-section .send-container .form-section .form-field .form-control { - max-width: 500px; - background: #F5F6FA; - font-size: 14px; - line-height: 150%; - border-radius: 0; - border: 0px solid; - color: #8D9CB5; - border-radius: 6px; } - .wallet-main-section .send-container .form-section .form-field .form-control::placeholder { - font-size: 14px; - color: #8D9CB5; } - .wallet-main-section .send-container .form-section .buttons { - text-align: center; - padding-top: 15px; } - .wallet-main-section .send-container .form-section .buttons .fee { - text-align: left; } - .wallet-main-section .send-container .form-section .buttons .button { - min-width: 200px; - max-width: 400px; } - .wallet-main-section .send-container .form-section .buttons .fee-container .fee-box { - text-align: center; } - .wallet-main-section .send-container .form-section .buttons .select-gas { - text-align: center; } - .wallet-main-section .send-container .form-section .buttons .amount-field { - text-align: left; } + padding: 35px 100px; +} +.wallet-main-section .send-container .form-error { + text-align: left; +} +.wallet-main-section .send-container .form-section { + max-width: 500px; +} +.wallet-main-section .send-container .form-section .form-field .label { + margin: 0 0 5px 0; + font-weight: 500; + font-size: 14px; + line-height: 150%; + font-family: "Poppins", sans-serif; + color: #2E3239; +} +.wallet-main-section .send-container .form-section .form-field .label.info { + position: relative; +} +.wallet-main-section .send-container .form-section .form-field .label.info button { + position: absolute; + bottom: 0px; +} +.wallet-main-section .send-container .form-section .form-field .label.info button .icon { + width: 14px; +} +.wallet-main-section .send-container .form-section .form-field input { + height: calc(2.3em + 0.75rem + 2px); +} +.wallet-main-section .send-container .form-section .form-field .form-control:disabled, .wallet-main-section .send-container .form-section .form-field .form-control[readonly] { + opacity: 0.6; +} +.wallet-main-section .send-container .form-section .form-field .form-control { + max-width: 500px; + background: #F5F6FA; + font-size: 14px; + line-height: 150%; + border-radius: 0; + border: 0px solid; + color: #8D9CB5; + border-radius: 6px; +} +.wallet-main-section .send-container .form-section .form-field .form-control::placeholder { + font-size: 14px; + color: #8D9CB5; +} +.wallet-main-section .send-container .form-section .buttons { + text-align: center; + padding-top: 15px; +} +.wallet-main-section .send-container .form-section .buttons .fee { + text-align: left; +} +.wallet-main-section .send-container .form-section .buttons .button { + min-width: 200px; + max-width: 400px; +} +.wallet-main-section .send-container .form-section .buttons .fee-container .fee-box { + text-align: center; +} +.wallet-main-section .send-container .form-section .buttons .select-gas { + text-align: center; +} +.wallet-main-section .send-container .form-section .buttons .amount-field { + text-align: left; +} .wallet-main-section .txns-container.txns-container-tab .tab-header { - padding: 10px 0 10px 10px; } + padding: 10px 0 10px 10px; +} .wallet-main-section .txns-container .MuiFormControl-root { - flex-direction: inherit; } + flex-direction: inherit; +} .wallet-main-section .txns-container .MuiButton-root { font-weight: 500; font-size: 14px; - font-family: 'Poppins', sans-serif; - color: #8D9CB5; } + font-family: "Poppins", sans-serif; + color: #8D9CB5; +} .wallet-main-section .txns-container .MuiPaper-elevation4 { box-shadow: none; - border: 1px solid #E3E5F4; } + border: 1px solid #E3E5F4; +} .wallet-main-section .txns-container .MUIDataTableToolbar-icon-22:hover, .wallet-main-section .txns-container .MUIDataTableToolbar-iconActive-23 { - color: #E50913; } + color: #E59636; +} .wallet-main-section .txns-container table thead { - border-bottom: 1px solid #E3E5F4; } - .wallet-main-section .txns-container table thead th { - font-weight: 500; - font-size: 14px; - line-height: 150%; - font-family: 'Poppins', sans-serif; - color: #8D9CB5; - padding: 15px 20px; - background: transparent !important; } - .wallet-main-section .txns-container table thead th:first-child { - padding-left: 40px; } + border-bottom: 1px solid #E3E5F4; +} +.wallet-main-section .txns-container table thead th { + font-weight: 500; + font-size: 14px; + line-height: 150%; + font-family: "Poppins", sans-serif; + color: #8D9CB5; + padding: 15px 20px; + background: transparent !important; +} +.wallet-main-section .txns-container table thead th:first-child { + padding-left: 40px; +} .wallet-main-section .txns-container table tbody tr:first-child td { - padding-top: 30px; } + padding-top: 30px; +} .wallet-main-section .txns-container table tbody td { white-space: nowrap; font-size: 14px; line-height: 150%; - padding: 15px 20px; } - .wallet-main-section .txns-container table tbody td:first-child { - padding-left: 40px; - width: 150px; } + padding: 15px 20px; +} +.wallet-main-section .txns-container table tbody td:first-child { + padding-left: 40px; + width: 150px; +} .wallet-main-section .txns-container table tbody .type { color: #e50813; - font-family: 'Poppins', sans-serif; } - .wallet-main-section .txns-container table tbody .type .name { - background: #e508131c; - padding: 2px 10px; - color: #e50813; - border-radius: 10px; - font-family: 'Poppins', sans-serif; } + font-family: "Poppins", sans-serif; +} +.wallet-main-section .txns-container table tbody .type .name { + background: rgba(229, 8, 19, 0.1098039216); + padding: 2px 10px; + color: #e50813; + border-radius: 10px; + font-family: "Poppins", sans-serif; +} .wallet-main-section .txns-container table tbody .tx-hash { - color: #1A73B4; } + color: #1A73B4; +} .wallet-main-section .txns-container table tbody .type { - color: #e50813; } + color: #e50813; +} .wallet-main-section .txns-container table tbody .amount { display: inline-flex; - align-items: center; } + align-items: center; +} .wallet-main-section .txns-container table tbody .amount, .wallet-main-section .txns-container table tbody .fee, .wallet-main-section .txns-container table tbody .time { - font-family: 'Poppins', sans-serif; + font-family: "Poppins", sans-serif; font-weight: 500; - color: #8D9CB5; } + color: #8D9CB5; +} .wallet-main-section .txns-container table tbody .height { - color: #1A73B4; } + color: #1A73B4; +} .wallet-main-section .txns-container .pagination-custom { display: flex; display: -webkit-flex; - justify-content: flex-end; } - .wallet-main-section .txns-container .pagination-custom button { - outline: none !important; } - .wallet-main-section .txns-container .pagination-custom .page-number { - display: flex; - display: -webkit-flex; - align-items: center; - font-size: 14px; - line-height: 150%; - font-family: 'Poppins', sans-serif; - color: #8D9CB5; } + justify-content: flex-end; +} +.wallet-main-section .txns-container .pagination-custom button { + outline: none !important; +} +.wallet-main-section .txns-container .pagination-custom .page-number { + display: flex; + display: -webkit-flex; + align-items: center; + font-size: 14px; + line-height: 150%; + font-family: "Poppins", sans-serif; + color: #8D9CB5; +} .wallet-main-section .receive-container { text-align: center; border: 1px solid #E3E5F4; border-radius: 0 0 6px 6px; - padding: 50px; } - .wallet-main-section .receive-container .key { - font-weight: 500; - font-size: 14px; - line-height: 150%; - font-family: 'Poppins', sans-serif; - color: #8D9CB5; - margin: 0; - padding: 20px 0 10px 0; } - .wallet-main-section .receive-container .address { - font-weight: 500; - font-size: 14px; - line-height: 150%; - color: #2E3239; - display: flex; - display: -webkit-flex; - align-items: center; - justify-content: center; - word-break: break-word; } + padding: 50px; +} +.wallet-main-section .receive-container .key { + font-weight: 500; + font-size: 14px; + line-height: 150%; + font-family: "Poppins", sans-serif; + color: #8D9CB5; + margin: 0; + padding: 20px 0 10px 0; +} +.wallet-main-section .receive-container .address { + font-weight: 500; + font-size: 14px; + line-height: 150%; + color: #2E3239; + display: flex; + display: -webkit-flex; + align-items: center; + justify-content: center; + word-break: break-word; +} .transaction-loader { height: 300px; - position: relative; } - .transaction-loader .loader { - position: absolute; - top: 50%; - left: 50%; - margin-right: -50%; - transform: translate(-50%, -50%); } + position: relative; +} +.transaction-loader .loader { + position: absolute; + top: 50%; + left: 50%; + margin-right: -50%; + transform: translate(-50%, -50%); +} .header .navbar .nav-menu-icon button { outline: none !important; padding: 0; - min-width: 50px; } + min-width: 50px; +} .header .navbar .price { font-size: 14px; font-weight: 600; color: #5F646C !important; display: flex; - align-items: center; } + align-items: center; +} .header .navbar .navbar-nav li { - cursor: pointer; } - .header .navbar .navbar-nav li a, .header .navbar .navbar-nav li .profile-dropdown, .header .navbar .navbar-nav li .dark-mode-button { - font-family: "Poppins", sans-serif; - font-weight: 600; - font-size: 14px; - line-height: 1.5; - text-align: center; - letter-spacing: .1em; - color: #5F646C; - padding: .5rem 1rem; } - .header .navbar .navbar-nav li a .icon, .header .navbar .navbar-nav li .profile-dropdown .icon, .header .navbar .navbar-nav li .dark-mode-button .icon { - fill: #5F646C; } - .header .navbar .navbar-nav li .profile-dropdown { - cursor: auto; } - .header .navbar .navbar-nav li .profile-dropdown a { - padding: 0; - cursor: pointer; } - .header .navbar .navbar-nav li a:hover .icon, .header .navbar .navbar-nav li a.active .icon, .header .navbar .navbar-nav li a:focus .icon { - fill: #e50913; } + cursor: pointer; +} +.header .navbar .navbar-nav li a, .header .navbar .navbar-nav li .profile-dropdown, .header .navbar .navbar-nav li .dark-mode-button { + font-family: "Poppins", sans-serif; + font-weight: 600; + font-size: 14px; + line-height: 1.5; + text-align: center; + letter-spacing: 0.1em; + color: #5F646C; + padding: 0.5rem 1rem; +} +.header .navbar .navbar-nav li a .icon, .header .navbar .navbar-nav li .profile-dropdown .icon, .header .navbar .navbar-nav li .dark-mode-button .icon { + fill: #5F646C; +} +.header .navbar .navbar-nav li .profile-dropdown { + cursor: auto; +} +.header .navbar .navbar-nav li .profile-dropdown a { + padding: 0; + cursor: pointer; +} +.header .navbar .navbar-nav li a:hover .icon, .header .navbar .navbar-nav li a.active .icon, .header .navbar .navbar-nav li a:focus .icon { + fill: #E59636; +} .header .title { font-weight: 600; font-size: 18px; line-height: 27px; margin: 0; - color: #313238; } + color: #313238; +} .header .nav-item { display: flex; display: -webkit-flex; - align-items: center; } - .header .nav-item.theme-item { - display: none !important; } - .header .nav-item .nav-link { - display: flex; - display: -webkit-flex; - align-items: center; } + align-items: center; +} +.header .nav-item.theme-item { + display: none !important; +} +.header .nav-item .nav-link { + display: flex; + display: -webkit-flex; + align-items: center; +} .header .help-text { - font-family: 'Poppins', sans-serif; + font-family: "Poppins", sans-serif; margin: 0; font-weight: 500; font-size: 14px; line-height: 21px; /* identical to box height */ text-align: right; - color: #cccccc; } - .header .help-text .icon { - fill: #ffffff; - margin-right: 5px; - width: 14px; - height: 14px; } + color: #cccccc; +} +.header .help-text .icon { + fill: #ffffff; + margin-right: 5px; + width: 14px; + height: 14px; +} .header .help-section { cursor: auto !important; display: flex; display: -webkit-flex; - align-items: center; } - .header .help-section .icon { - width: 16px; - height: 16px; } - .header .help-section .profile-dropdown .dropdown-menu { - box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05); - border: 1px solid; - padding: 0; - border-radius: 0px; - position: absolute; - left: 0 !important; - right: 0 !important; } - .header .help-section .profile-dropdown .profile-item { - cursor: pointer; - padding: 10px 20px !important; - font-size: 12px; - font-weight: 400; - text-align: left; - display: block; - margin: 0; } - .header .help-section .profile-dropdown .profile-item .icon { - width: 12px; - height: 12px; - margin-left: 2px; - margin-bottom: 3px; } + align-items: center; +} +.header .help-section .icon { + width: 16px; + height: 16px; +} +.header .help-section .profile-dropdown .dropdown-menu { + box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05); + border: 1px solid; + padding: 0; + border-radius: 0px; + position: absolute; + left: 0 !important; + right: 0 !important; +} +.header .help-section .profile-dropdown .profile-item { + cursor: pointer; + padding: 10px 20px !important; + font-size: 12px; + font-weight: 400; + text-align: left; + display: block; + margin: 0; +} +.header .help-section .profile-dropdown .profile-item .icon { + width: 12px; + height: 12px; + margin-left: 2px; + margin-bottom: 3px; +} .header .profile-section { cursor: auto !important; display: flex; display: -webkit-flex; align-items: center; - padding: 0rem 1rem; } - .header .profile-section .icon { - width: 16px; - height: 16px; } - .header .profile-section .profile-dropdown { - padding: 10px 0 !important; } - .header .profile-section .profile-dropdown .dropdown-toggle { - border: 1px solid #C73238; - border-radius: 6px; - padding: 6px 16px !important; - cursor: pointer; } - .header .profile-section .profile-dropdown .ledger-verify { - background-color: #8d9cb5 !important; - padding: 2px 10px !important; - color: #ffffff; - margin: 0 5px; } - .header .profile-section .profile-dropdown .profile-item { - cursor: pointer; - padding: 10px 20px; - font-size: 12px; - font-weight: 400; - text-align: left; - margin: 0; } - .header .profile-section .profile-dropdown .profile-item .icon { - width: 16px; - height: 16px; - margin-right: 6px; } - .header .profile-section .profile-dropdown .profile-item.active { - background-color: #f0f0f2; } - .header .profile-section .profile-dropdown .profile-item:hover { - background-color: #f0f0f2; } - .header .profile-section .profile-dropdown button { - padding: 0; - margin: 0; - box-shadow: none !important; - outline: none !important; - background: none !important; - border: none !important; } - .header .profile-section .profile-dropdown .dropdown-menu { - box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05); - border: 1px solid; - padding: 0; - border-radius: 0px; - position: absolute; - top: 54px !important; - left: 0 !important; - right: 0 !important; } - .header .profile-section .profile-dropdown .dropdown-menu .qr-box { - width: 60px; - height: 60px; - margin: auto; } - .header .profile-section .profile-dropdown .dropdown-menu .qr-box canvas { - width: 60px !important; - height: 60px !important; - padding: 5px; - background: #FFFFFF; } - .header .profile-section .profile-dropdown .dropdown-menu .info { - text-align: center; } - .header .profile-section .profile-dropdown .dropdown-menu .info .key { - margin: 0; - font-family: 'Poppins', sans-serif; - font-weight: 500; - font-size: 12px; - line-height: 150%; - color: #8D9CB5; } - .header .profile-section .profile-dropdown .dropdown-menu .info .address-list .address-box { - cursor: pointer; - padding: 10px 20px; } - .header .profile-section .profile-dropdown .dropdown-menu .info .address-list .address-box.active { - background-color: #f0f0f2; } - .header .profile-section .profile-dropdown .dropdown-menu .info .address-list .address-box:hover { - background-color: #f0f0f2; } - .header .profile-section .profile-dropdown .dropdown-menu .info .address-list .address { - display: flex; - display: -webkit-flex; - align-items: center; - font-weight: 500; - font-size: 12px; - line-height: 150%; - color: #1A73B4; - margin: 0; } - .header .profile-section .profile-dropdown .dropdown-menu .info .address-list .address.keystore { - justify-content: space-between; } - .header .profile-section .profile-dropdown .dropdown-menu .info .address-list .address .icon-success { - margin-left: 40px; } - .header .profile-section .profile-dropdown .dropdown-menu .info .address-list .wallet-path { - font-weight: 500; - font-size: 10px; - line-height: 150%; - color: #8d9cb5; - text-align: left; - white-space: nowrap; - margin: 0; } - .header .profile-section .profile-dropdown .dropdown-menu .dropdown-footer { - display: flex; - display: -webkit-flex; - border-top: 1px solid; } - .header .profile-section .profile-dropdown .dropdown-menu .dropdown-footer .link-close { - color: #E50913; - cursor: pointer; } - .header .profile-section .profile-dropdown .dropdown-menu .dropdown-footer p { - flex: 1; - font-weight: 500; - font-size: 12px; - line-height: 180%; - text-align: center; - margin: 0; - padding: 10px 10px; - cursor: pointer; - white-space: nowrap; } - .header .profile-section .profile-dropdown .dropdown-menu .dropdown-footer p:first-child { - border-right: 1px solid; } + padding: 0rem 1rem; +} +.header .profile-section .icon { + width: 16px; + height: 16px; +} +.header .profile-section .profile-dropdown { + padding: 10px 0 !important; +} +.header .profile-section .profile-dropdown .dropdown-toggle { + border: 1px solid #E59636; + border-radius: 6px; + padding: 6px 16px !important; + cursor: pointer; +} +.header .profile-section .profile-dropdown .ledger-verify { + background-color: #8d9cb5 !important; + padding: 2px 10px !important; + color: #ffffff; + margin: 0 5px; +} +.header .profile-section .profile-dropdown .profile-item { + cursor: pointer; + padding: 10px 20px; + font-size: 12px; + font-weight: 400; + text-align: left; + margin: 0; +} +.header .profile-section .profile-dropdown .profile-item .icon { + width: 16px; + height: 16px; + margin-right: 6px; +} +.header .profile-section .profile-dropdown .profile-item.active { + background-color: #f0f0f2; +} +.header .profile-section .profile-dropdown .profile-item:hover { + background-color: #f0f0f2; +} +.header .profile-section .profile-dropdown button { + padding: 0; + margin: 0; + box-shadow: none !important; + outline: none !important; + background: none !important; + border: none !important; +} +.header .profile-section .profile-dropdown .dropdown-menu { + box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05); + border: 1px solid; + padding: 0; + border-radius: 0px; + position: absolute; + top: 54px !important; + left: 0 !important; + right: 0 !important; +} +.header .profile-section .profile-dropdown .dropdown-menu .qr-box { + width: 60px; + height: 60px; + margin: auto; +} +.header .profile-section .profile-dropdown .dropdown-menu .qr-box canvas { + width: 60px !important; + height: 60px !important; + padding: 5px; + background: #FFFFFF; +} +.header .profile-section .profile-dropdown .dropdown-menu .info { + text-align: center; +} +.header .profile-section .profile-dropdown .dropdown-menu .info .key { + margin: 0; + font-family: "Poppins", sans-serif; + font-weight: 500; + font-size: 12px; + line-height: 150%; + color: #8D9CB5; +} +.header .profile-section .profile-dropdown .dropdown-menu .info .address-list .address-box { + cursor: pointer; + padding: 10px 20px; +} +.header .profile-section .profile-dropdown .dropdown-menu .info .address-list .address-box.active { + background-color: #f0f0f2; +} +.header .profile-section .profile-dropdown .dropdown-menu .info .address-list .address-box:hover { + background-color: #f0f0f2; +} +.header .profile-section .profile-dropdown .dropdown-menu .info .address-list .address { + display: flex; + display: -webkit-flex; + align-items: center; + font-weight: 500; + font-size: 12px; + line-height: 150%; + color: #1A73B4; + margin: 0; +} +.header .profile-section .profile-dropdown .dropdown-menu .info .address-list .address.keystore { + justify-content: space-between; +} +.header .profile-section .profile-dropdown .dropdown-menu .info .address-list .address .icon-success { + margin-left: 40px; +} +.header .profile-section .profile-dropdown .dropdown-menu .info .address-list .wallet-path { + font-weight: 500; + font-size: 10px; + line-height: 150%; + color: #8d9cb5; + text-align: left; + white-space: nowrap; + margin: 0; +} +.header .profile-section .profile-dropdown .dropdown-menu .dropdown-footer { + display: flex; + display: -webkit-flex; + border-top: 1px solid; +} +.header .profile-section .profile-dropdown .dropdown-menu .dropdown-footer .link-close { + color: #E59636; + cursor: pointer; +} +.header .profile-section .profile-dropdown .dropdown-menu .dropdown-footer p { + flex: 1; + font-weight: 500; + font-size: 12px; + line-height: 180%; + text-align: center; + margin: 0; + padding: 10px 10px; + cursor: pointer; + white-space: nowrap; +} +.header .profile-section .profile-dropdown .dropdown-menu .dropdown-footer p:first-child { + border-right: 1px solid; +} .token-info-section { - padding: 15px 0px 15px 0px; } - .token-info-section .token-info-section-body { - display: flex; - display: -webkit-flex; - padding-top: 15px; } - .token-info-section .heading-section { - display: flex; - justify-content: space-between; - align-items: center; - flex-wrap: wrap; } - .token-info-section .heading-section .info-heading { - font-family: 'Poppins', sans-serif; - font-weight: 600; - font-size: 14px; - line-height: 150%; - margin: 0; } - .token-info-section .heading-section .address-section { - font-family: 'Poppins', sans-serif; - font-weight: 500; - font-size: 14px; - line-height: 150%; - color: #646971; - margin: 0; } - .token-info-section .heading-section .address-section .dropdown-toggle { - all: unset; - box-shadow: none !important; - cursor: pointer; } - .token-info-section .heading-section .address-section .copy-section .copy-button { - margin: 0; } - .token-info-section .heading-section .address-section .copy-section .copy-result { - text-align: center; } - .token-info-section .heading-section .address-section .address { - font-weight: 600; - color: #2E3239; } - .token-info-section .heading-section .address-section .dropdown-item { - padding: 10px 20px; } - .token-info-section .heading-section .address-section .dropdown-item .address-truncate { - font-size: 14px; - display: block; } - .token-info-section .heading-section .address-section .dropdown-item.active, .token-info-section .heading-section .address-section .dropdown-item:active { - background-color: #f0f0f2; - color: #2E3239; } - .token-info-section .heading-section .address-section .dropdown-item.active .icon-success, .token-info-section .heading-section .address-section .dropdown-item:active .icon-success { - margin-left: 30px; } - .token-info-section .heading-section .address-section .dropdown-item .rec { - font-size: 10px; } - .token-info-section .heading-section .address-section .dropdown-item .label { - display: inline-block; - font-size: 10px; - background: #1c9e61; - color: #e1f0e7; - padding: 0 5px; - margin-right: 3px; } - .token-info-section .heading-section .address-section .dropdown-item .migrate { - display: inline-block; - font-size: 12px; - color: #E50913; - font-weight: 600; - margin-right: 3px; } - .token-info-section .heading-section .address-section .dropdown-item .icon { - width: 16px; } - .token-info-section .info-box { - flex: 1; - display: flex; - display: -webkit-flex; - align-items: center; - justify-content: center; - padding: 24px; - border-radius: 6px; } - .token-info-section .info-box:last-child { - margin: 0 0 0 30px; } - .token-info-section .info-box .line { - display: flex; - display: -webkit-flex; - justify-content: space-between; - padding-bottom: 16px; - align-items: center; } - .token-info-section .info-box .line:nth-child(3) { - padding-bottom: 0; } - .token-info-section .info-box .line .info-heading { - font-weight: 500; } - .token-info-section .info-box .line .info-heading.not-show { - visibility: hidden; } - .token-info-section .info-box .line img { - padding-right: 15px; } - .token-info-section .info-box .line p { - font-family: 'Poppins', sans-serif; - margin: 0; } - .token-info-section .info-box .line .key { - font-weight: 500; - font-size: 14px; - line-height: 150%; - color: #8D9CB5; - font-family: 'Poppins', sans-serif; - padding-right: 15px; } - .token-info-section .info-box .line .value { - font-weight: 600; - font-size: 14px; - text-align: right; - font-family: 'Poppins', sans-serif; } - .token-info-section .info-box .line .value .denom { - font-weight: 400; - color: #787878; } - .token-info-section .info-box .line .value.rewards .text { - color: #4FBE89; - text-decoration: underline; } - .token-info-section .info-box .line .value.rewards .claim { - cursor: pointer; - background: rgba(29, 158, 97, 0.15); - color: #1D9E61; - font-size: 12px; - padding: 5px 10px; - display: inline !important; - margin: 0px 4px; - border-radius: 4px; } - .token-info-section .info-box .inner-box { - flex: 1; } - .token-info-section .info-box .line .value { - position: relative; - min-width: 50px; } - .token-info-section .info-box .line .value .loader { - width: 32px; - height: auto; - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; } - .token-info-section .token-info .total-supply { - font-weight: 800; - font-size: 32px; - line-height: 150%; - text-align: right; - color: #2E3239; } + padding: 15px 0px 15px 0px; +} +.token-info-section .token-info-section-body { + display: flex; + display: -webkit-flex; + padding-top: 15px; +} +.token-info-section .heading-section { + display: flex; + justify-content: space-between; + align-items: center; + flex-wrap: wrap; +} +.token-info-section .heading-section .info-heading { + font-family: "Poppins", sans-serif; + font-weight: 600; + font-size: 14px; + line-height: 150%; + margin: 0; +} +.token-info-section .heading-section .address-section { + font-family: "Poppins", sans-serif; + font-weight: 500; + font-size: 14px; + line-height: 150%; + color: #646971; + margin: 0; +} +.token-info-section .heading-section .address-section .dropdown-toggle { + all: unset; + box-shadow: none !important; + cursor: pointer; +} +.token-info-section .heading-section .address-section .copy-section .copy-button { + margin: 0; +} +.token-info-section .heading-section .address-section .copy-section .copy-result { + text-align: center; +} +.token-info-section .heading-section .address-section .address { + font-weight: 600; + color: #2E3239; +} +.token-info-section .heading-section .address-section .dropdown-item { + padding: 10px 20px; +} +.token-info-section .heading-section .address-section .dropdown-item .address-truncate { + font-size: 14px; + display: block; +} +.token-info-section .heading-section .address-section .dropdown-item.active, .token-info-section .heading-section .address-section .dropdown-item:active { + background-color: #f0f0f2; + color: #2E3239; +} +.token-info-section .heading-section .address-section .dropdown-item.active .icon-success, .token-info-section .heading-section .address-section .dropdown-item:active .icon-success { + margin-left: 30px; +} +.token-info-section .heading-section .address-section .dropdown-item .rec { + font-size: 10px; +} +.token-info-section .heading-section .address-section .dropdown-item .label { + display: inline-block; + font-size: 10px; + background: #1c9e61; + color: #e1f0e7; + padding: 0 5px; + margin-right: 3px; +} +.token-info-section .heading-section .address-section .dropdown-item .migrate { + display: inline-block; + font-size: 12px; + color: #E59636; + font-weight: 600; + margin-right: 3px; +} +.token-info-section .heading-section .address-section .dropdown-item .icon { + width: 16px; +} +.token-info-section .info-box { + flex: 1; + display: flex; + display: -webkit-flex; + align-items: center; + justify-content: center; + padding: 24px; + border-radius: 6px; +} +.token-info-section .info-box:last-child { + margin: 0 0 0 30px; +} +.token-info-section .info-box .line { + display: flex; + display: -webkit-flex; + justify-content: space-between; + padding-bottom: 16px; + align-items: center; +} +.token-info-section .info-box .line:nth-child(3) { + padding-bottom: 0; +} +.token-info-section .info-box .line .info-heading { + font-weight: 500; +} +.token-info-section .info-box .line .info-heading.not-show { + visibility: hidden; +} +.token-info-section .info-box .line img { + padding-right: 15px; +} +.token-info-section .info-box .line p { + font-family: "Poppins", sans-serif; + margin: 0; +} +.token-info-section .info-box .line .key { + font-weight: 500; + font-size: 14px; + line-height: 150%; + color: #8D9CB5; + font-family: "Poppins", sans-serif; + padding-right: 15px; +} +.token-info-section .info-box .line .value { + font-weight: 600; + font-size: 14px; + text-align: right; + font-family: "Poppins", sans-serif; +} +.token-info-section .info-box .line .value .denom { + font-weight: 400; + color: #787878; +} +.token-info-section .info-box .line .value.rewards .text { + color: #4FBE89; + text-decoration: underline; +} +.token-info-section .info-box .line .value.rewards .claim { + cursor: pointer; + background: rgba(29, 158, 97, 0.15); + color: #1D9E61; + font-size: 12px; + padding: 5px 10px; + display: inline !important; + margin: 0px 4px; + border-radius: 4px; +} +.token-info-section .info-box .inner-box { + flex: 1; +} +.token-info-section .info-box .line .value { + position: relative; + min-width: 50px; +} +.token-info-section .info-box .line .value .loader { + width: 32px; + height: auto; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; +} +.token-info-section .token-info .total-supply { + font-weight: 800; + font-size: 32px; + line-height: 150%; + text-align: right; + color: #2E3239; +} .validators-section { - position: relative; } - .validators-section .main-header { - border-radius: 6px 6px 0 0; } - .validators-section .main-header .left { - display: flex; - display: -webkit-flex; - align-items: center; } - .validators-section .main-header .left .info-name { - padding-right: 10px; - margin: 0; } - .validators-section .main-header .left .nav-pills .nav-link { - margin: 0; - padding: 0.8rem 2rem; - border-top: 0px solid; - border-bottom: 0px solid; - border-radius: 0; - background: none; - font-weight: 500; - line-height: 180%; - font-size: 14px; - color: #55678B; - margin-bottom: -1px; } - .validators-section .main-header .left .nav-pills .nav-link.active, .validators-section .main-header .left .nav-pills .show > .nav-link { - border: 0px solid; - border-bottom: 2px solid #272931; - color: #272931; } - .validators-section .main-tab-content .active-inactive-validators { - margin-bottom: 20px; } - .validators-section .main-tab-content .active-inactive-validators .left { - display: flex; - display: -webkit-flex; - align-items: center; } - .validators-section .main-tab-content .active-inactive-validators .left .info-name { - padding-right: 10px; - margin: 0; } - .validators-section .main-tab-content .active-inactive-validators .left .nav-pills .nav-link { - margin: 0; - padding: .3rem 1rem; - border-radius: 0; - background: none; - font-weight: 500; - font-size: 14px; - color: #55678B; - border: 1px solid; } - .validators-section .main-tab-content .active-inactive-validators .left .nav-pills .nav-link.active, .validators-section .main-tab-content .active-inactive-validators .left .nav-pills .show > .nav-link { - background: #E50913; - border: 1px solid #E50913; - color: #FFFFFF; } - .validators-section .info { - display: flex; - display: -webkit-flex; - position: relative; - justify-content: space-between; - align-items: center; } - .validators-section .info .info-name { - font-weight: 600; - font-size: 18px; - line-height: 27px; - font-family: 'Poppins', sans-serif; } - .validators-section .info .info-value { - font-weight: 500; - margin: 0; - font-size: 14px; - line-height: 150%; - font-family: 'Poppins', sans-serif; - color: #2E3239; } - .validators-section .info .info-value span { - color: #8D9CB5; } - .validators-section .info .refresh-button { - top: 2px; } - .validators-section .MuiFormControl-root { - flex-direction: inherit; } - .validators-section .MuiButton-root { - font-weight: 500; - font-size: 14px; - font-family: 'Poppins', sans-serif; - color: #8D9CB5; - padding: 0 !important; } - .validators-section .MuiPaper-elevation4 { - box-shadow: none; - border: 1px solid #E3E5F4; } - .validators-section .MUIDataTableToolbar-icon-153:hover, .validators-section .MUIDataTableToolbar-iconActive-154 { - color: #E50913; } - .validators-section table thead { - border-bottom: 1px solid #E3E5F4; } - .validators-section table thead th { - padding: 15px 20px; - font-weight: 500; - font-size: 14px; - line-height: 150%; - color: #8D9CB5 !important; - font-family: 'Poppins', sans-serif; - background: transparent !important; } - .validators-section table thead th span button { - outline: none !important; } - .validators-section table thead th:first-child { - padding-left: 40px; } - .validators-section table thead th:last-child { - text-align: center; } - .validators-section table tbody td { - font-size: 14px; - line-height: 150%; - padding: 15px 20px; - font-family: 'Poppins', sans-serif; } - .validators-section table tbody td .moniker-image { - margin-right: 10px; - width: 23px; - border-radius: 50%; } - .validators-section table tbody td .validator-name { - font-size: 14px; - line-height: 150%; - color: #1A73B4; } - .validators-section table tbody td:first-child { - align-items: center; - padding-left: 40px; } - .validators-section table tbody td:last-child { - text-align: center; } - .validators-section table tr:first-child td { - padding-top: 30px; } - .validators-section table .voting .sub-text { - font-size: 12px; } + position: relative; +} +.validators-section .main-header { + border-radius: 6px 6px 0 0; +} +.validators-section .main-header .left { + display: flex; + display: -webkit-flex; + align-items: center; +} +.validators-section .main-header .left .info-name { + padding-right: 10px; + margin: 0; +} +.validators-section .main-header .left .nav-pills .nav-link { + margin: 0; + padding: 0.8rem 2rem; + border-top: 0px solid; + border-bottom: 0px solid; + border-radius: 0; + background: none; + font-weight: 500; + line-height: 180%; + font-size: 14px; + color: #55678B; + margin-bottom: -1px; +} +.validators-section .main-header .left .nav-pills .nav-link.active, .validators-section .main-header .left .nav-pills .show > .nav-link { + border: 0px solid; + border-bottom: 2px solid #272931; + color: #272931; +} +.validators-section .main-tab-content .active-inactive-validators { + margin-bottom: 20px; +} +.validators-section .main-tab-content .active-inactive-validators .left { + display: flex; + display: -webkit-flex; + align-items: center; +} +.validators-section .main-tab-content .active-inactive-validators .left .info-name { + padding-right: 10px; + margin: 0; +} +.validators-section .main-tab-content .active-inactive-validators .left .nav-pills .nav-link { + margin: 0; + padding: 0.3rem 1rem; + border-radius: 0; + background: none; + font-weight: 500; + font-size: 14px; + color: #55678B; + border: 1px solid; +} +.validators-section .main-tab-content .active-inactive-validators .left .nav-pills .nav-link.active, .validators-section .main-tab-content .active-inactive-validators .left .nav-pills .show > .nav-link { + background: #E59636; + border: 1px solid #E59636; + color: #FFFFFF; +} +.validators-section .info { + display: flex; + display: -webkit-flex; + position: relative; + justify-content: space-between; + align-items: center; +} +.validators-section .info .info-name { + font-weight: 600; + font-size: 18px; + line-height: 27px; + font-family: "Poppins", sans-serif; +} +.validators-section .info .info-value { + font-weight: 500; + margin: 0; + font-size: 14px; + line-height: 150%; + font-family: "Poppins", sans-serif; + color: #2E3239; +} +.validators-section .info .info-value span { + color: #8D9CB5; +} +.validators-section .info .refresh-button { + top: 2px; +} +.validators-section .MuiFormControl-root { + flex-direction: inherit; +} +.validators-section .MuiButton-root { + font-weight: 500; + font-size: 14px; + font-family: "Poppins", sans-serif; + color: #8D9CB5; + padding: 0 !important; +} +.validators-section .MuiPaper-elevation4 { + box-shadow: none; + border: 1px solid #E3E5F4; +} +.validators-section .MUIDataTableToolbar-icon-153:hover, .validators-section .MUIDataTableToolbar-iconActive-154 { + color: #E59636; +} +.validators-section table thead { + border-bottom: 1px solid #E3E5F4; +} +.validators-section table thead th { + padding: 15px 20px; + font-weight: 500; + font-size: 14px; + line-height: 150%; + color: #8D9CB5 !important; + font-family: "Poppins", sans-serif; + background: transparent !important; +} +.validators-section table thead th span button { + outline: none !important; +} +.validators-section table thead th:first-child { + padding-left: 40px; +} +.validators-section table thead th:last-child { + text-align: center; +} +.validators-section table tbody td { + font-size: 14px; + line-height: 150%; + padding: 15px 20px; + font-family: "Poppins", sans-serif; +} +.validators-section table tbody td .moniker-image { + margin-right: 10px; + width: 23px; + border-radius: 50%; +} +.validators-section table tbody td .validator-name { + font-size: 14px; + line-height: 150%; + color: #1A73B4; +} +.validators-section table tbody td:first-child { + align-items: center; + padding-left: 40px; +} +.validators-section table tbody td:last-child { + text-align: center; +} +.validators-section table tr:first-child td { + padding-top: 30px; +} +.validators-section table .voting .sub-text { + font-size: 12px; +} .delegate-modal .delegate-modal-body { - padding: 10px 30px 30px 30px; } - .delegate-modal .delegate-modal-body form input, .delegate-modal .delegate-modal-body form .amount-field, .delegate-modal .delegate-modal-body form textarea { - max-width: 400px; - flex: 1; } - .delegate-modal .delegate-modal-body form textarea { - font-size: 14px; - border-radius: 0; - border: 0px solid; - color: #8D9CB5; } - .delegate-modal .delegate-modal-body form input { - margin: 0; - font-size: 14px; - line-height: 150%; - height: calc(2.3em + .75rem + 2px); - border-radius: 0; - border: 0px solid; - color: #8D9CB5; } - .delegate-modal .delegate-modal-body form input::placeholder { - font-size: 14px; - color: #8D9CB5; } - .delegate-modal .delegate-modal-body .buttons { - padding-top: 20px; - text-align: center; } - .delegate-modal .delegate-modal-body .buttons .button { - width: 100%; } + padding: 10px 30px 30px 30px; +} +.delegate-modal .delegate-modal-body form input, .delegate-modal .delegate-modal-body form .amount-field, .delegate-modal .delegate-modal-body form textarea { + max-width: 400px; + flex: 1; +} +.delegate-modal .delegate-modal-body form textarea { + font-size: 14px; + border-radius: 0; + border: 0px solid; + color: #8D9CB5; +} +.delegate-modal .delegate-modal-body form input { + margin: 0; + font-size: 14px; + line-height: 150%; + height: calc(2.3em + 0.75rem + 2px); + border-radius: 0; + border: 0px solid; + color: #8D9CB5; +} +.delegate-modal .delegate-modal-body form input::placeholder { + font-size: 14px; + color: #8D9CB5; +} +.delegate-modal .delegate-modal-body .buttons { + padding-top: 20px; + text-align: center; +} +.delegate-modal .delegate-modal-body .buttons .button { + width: 100%; +} .claim-rewards-modal .rewards-modal-body { - padding: 10px 40px 40px 40px; } - .claim-rewards-modal .rewards-modal-body input, .claim-rewards-modal .rewards-modal-body .amount-field, .claim-rewards-modal .rewards-modal-body textarea { - flex: 1; } - .claim-rewards-modal .rewards-modal-body textarea { - background: #F5F6FA; - font-size: 14px; - border-radius: 0; - border: 0px solid; - color: #8D9CB5; } - .claim-rewards-modal .rewards-modal-body input { - margin: 0; - background: #F5F6FA; - font-size: 14px; - line-height: 150%; - height: calc(2.3em + .75rem + 2px); - border-radius: 0; - border: 0px solid; - color: #8D9CB5; } - .claim-rewards-modal .rewards-modal-body input::placeholder { - font-size: 14px; - color: #8D9CB5; } - .claim-rewards-modal .rewards-modal-body .buttons { - padding-top: 15px; - text-align: center; } - .claim-rewards-modal .rewards-modal-body .buttons .button { - width: 200px; } - .claim-rewards-modal .rewards-modal-body .available-tokens { - display: flex; - display: -webkit-flex; - align-items: center; - font-family: 'Poppins', sans-serif; - margin-bottom: 20px; } - .claim-rewards-modal .rewards-modal-body .available-tokens p { - margin: 0; } - .claim-rewards-modal .rewards-modal-body .available-tokens .tokens { - padding: 0px 10px 0 0; - font-weight: bold; - font-size: 14px; - line-height: 150%; - color: #2E3239; } - .claim-rewards-modal .rewards-modal-body .available-tokens .tokens span { - font-weight: 500; - color: #8D9CB5; } - .claim-rewards-modal .rewards-modal-body .available-tokens .usd { - font-weight: 500; - font-size: 14px; - line-height: 150%; } - .claim-rewards-modal .rewards-modal-body .available-tokens .view { - cursor: pointer; - text-decoration: underline; - margin: 0 10px; - font-weight: 500; - color: #e50913; } + padding: 10px 40px 40px 40px; +} +.claim-rewards-modal .rewards-modal-body input, .claim-rewards-modal .rewards-modal-body .amount-field, .claim-rewards-modal .rewards-modal-body textarea { + flex: 1; +} +.claim-rewards-modal .rewards-modal-body textarea { + background: #F5F6FA; + font-size: 14px; + border-radius: 0; + border: 0px solid; + color: #8D9CB5; +} +.claim-rewards-modal .rewards-modal-body input { + margin: 0; + background: #F5F6FA; + font-size: 14px; + line-height: 150%; + height: calc(2.3em + 0.75rem + 2px); + border-radius: 0; + border: 0px solid; + color: #8D9CB5; +} +.claim-rewards-modal .rewards-modal-body input::placeholder { + font-size: 14px; + color: #8D9CB5; +} +.claim-rewards-modal .rewards-modal-body .buttons { + padding-top: 15px; + text-align: center; +} +.claim-rewards-modal .rewards-modal-body .buttons .button { + width: 200px; +} +.claim-rewards-modal .rewards-modal-body .available-tokens { + display: flex; + display: -webkit-flex; + align-items: center; + font-family: "Poppins", sans-serif; + margin-bottom: 20px; +} +.claim-rewards-modal .rewards-modal-body .available-tokens p { + margin: 0; +} +.claim-rewards-modal .rewards-modal-body .available-tokens .tokens { + padding: 0px 10px 0 0; + font-weight: bold; + font-size: 14px; + line-height: 150%; + color: #2E3239; +} +.claim-rewards-modal .rewards-modal-body .available-tokens .tokens span { + font-weight: 500; + color: #8D9CB5; +} +.claim-rewards-modal .rewards-modal-body .available-tokens .usd { + font-weight: 500; + font-size: 14px; + line-height: 150%; +} +.claim-rewards-modal .rewards-modal-body .available-tokens .view { + cursor: pointer; + text-decoration: underline; + margin: 0 10px; + font-weight: 500; + color: #E59636; +} .faq-modal-body .nav-pills { justify-content: center; - padding: 20px 0; } - .faq-modal-body .nav-pills .box .nav-link.active, .faq-modal-body .nav-pills .box .show > .nav-link { - border: 1px solid #E50913 !important; - box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08) !important; } - .faq-modal-body .nav-pills .box .nav-link.active .icon, .faq-modal-body .nav-pills .box .show > .nav-link .icon { - fill: #E50913 !important; } - .faq-modal-body .nav-pills .box .nav-link { - padding: 15px 30px; - text-align: center; - background: none !important; - border: 1px solid; - margin-right: 15px; } - .faq-modal-body .nav-pills .box p { - margin: 0; - font-weight: 600; - font-size: 14px; - line-height: 150%; - /* identical to box height, or 21px */ - text-align: center; - padding-top: 15px; } - .faq-modal-body .nav-pills .box .icon { - width: 28px; } + padding: 20px 0; +} +.faq-modal-body .nav-pills .box .nav-link.active, .faq-modal-body .nav-pills .box .show > .nav-link { + border: 1px solid #E59636 !important; + box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08) !important; +} +.faq-modal-body .nav-pills .box .nav-link.active .icon, .faq-modal-body .nav-pills .box .show > .nav-link .icon { + fill: #E59636 !important; +} +.faq-modal-body .nav-pills .box .nav-link { + padding: 15px 30px; + text-align: center; + background: none !important; + border: 1px solid; + margin-right: 15px; +} +.faq-modal-body .nav-pills .box p { + margin: 0; + font-weight: 600; + font-size: 14px; + line-height: 150%; + /* identical to box height, or 21px */ + text-align: center; + padding-top: 15px; +} +.faq-modal-body .nav-pills .box .icon { + width: 28px; +} .faq-modal-body .tab-content { max-height: 300px; - overflow: auto; } + overflow: auto; +} .faq-modal-body .accordion .card { border: 0px solid; border-bottom: 1px solid; border-radius: 0px; - background: transparent; } + background: transparent; +} .faq-modal-body .accordion .card-header { display: flex; display: -webkit-flex; border: 0px solid; background: transparent; - justify-content: space-between; } - .faq-modal-body .accordion .card-header p { - margin: 0; - font-weight: 500; - font-size: 14px; - line-height: 150%; - color: #2E3239; } - .faq-modal-body .accordion .card-header button { - border: 0px solid; - outline: none; - background: none; - font-weight: 500; - font-size: 18px; - line-height: 150%; - color: #8D9CB5; } + justify-content: space-between; +} +.faq-modal-body .accordion .card-header p { + margin: 0; + font-weight: 500; + font-size: 14px; + line-height: 150%; + color: #2E3239; +} +.faq-modal-body .accordion .card-header button { + border: 0px solid; + outline: none; + background: none; + font-weight: 500; + font-size: 18px; + line-height: 150%; + color: #8D9CB5; +} .faq-modal-body .accordion .card-body { - padding-top: 0; } - .faq-modal-body .accordion .card-body ul li { - font-weight: normal; - font-size: 13px; - line-height: 183.5%; - margin: 0; - color: #5F646C; } - .faq-modal-body .accordion .card-body p { - font-weight: normal; - font-size: 13px; - line-height: 183.5%; - margin: 0; } + padding-top: 0; +} +.faq-modal-body .accordion .card-body ul li { + font-weight: normal; + font-size: 13px; + line-height: 183.5%; + margin: 0; + color: #5F646C; +} +.faq-modal-body .accordion .card-body p { + font-weight: normal; + font-size: 13px; + line-height: 183.5%; + margin: 0; +} .more-dropdown button { - background-color: #E50913 !important; + background-color: #E59636 !important; border: 0px solid !important; box-shadow: none !important; - outline: none !important; } - .more-dropdown button::after { - display: none; } + outline: none !important; +} +.more-dropdown button::after { + display: none; +} .more-dropdown .dropdown-item { font-weight: 500; font-size: 14px; line-height: 150%; - color: #8D9CB5; } + color: #8D9CB5; +} .more-dropdown .dropdown-item.active, .more-dropdown .dropdown-item:active { background: transparent; - color: #2E3239; } + color: #2E3239; +} .actions-td { display: flex; display: -webkit-flex; align-items: center; - justify-content: center; } - .actions-td.button-list { - padding: 0 !important; } - .actions-td .show.dropdown .button.button-primary .icon { - transform: rotate(0deg); - transition: transform 0.1s linear; } - .actions-td .button { - padding: 8px 24px; - font-size: 14px; - white-space: nowrap; - font-weight: 600; - border-radius: 6px; } - .actions-td .button .icon { - width: 14px; - transform: rotate(-90deg); - transition: transform 0.1s linear; - margin-bottom: 1px; } - .actions-td .dropdown-menu.show { - position: absolute; - top: 0px !important; - left: 0px !important; - margin: 0px !important; - right: auto !important; - bottom: auto !important; - transform: translate(-129px, 33px) !important; } + justify-content: center; +} +.actions-td.button-list { + padding: 0 !important; +} +.actions-td .show.dropdown .button.button-primary .icon { + transform: rotate(0deg); + transition: transform 0.1s linear; +} +.actions-td .button { + padding: 8px 24px; + font-size: 14px; + white-space: nowrap; + font-weight: 600; + border-radius: 6px; +} +.actions-td .button .icon { + width: 14px; + transform: rotate(-90deg); + transition: transform 0.1s linear; + margin-bottom: 1px; +} +.actions-td .dropdown-menu.show { + position: absolute; + top: 0px !important; + left: 0px !important; + margin: 0px !important; + right: auto !important; + bottom: auto !important; + transform: translate(-129px, 33px) !important; +} .actions-modal .actions-modal-body { - padding: 30px; } - .actions-modal .actions-modal-body .moniker-box { - display: flex; - display: -webkit-flex; - align-items: center; } - .actions-modal .actions-modal-body .moniker-box img { - width: 60px; - margin-right: 20px; } - .actions-modal .actions-modal-body .moniker-box .info { - padding: 10px 0; } - .actions-modal .actions-modal-body .moniker-box .info .name { - margin: 0; - font-size: 20px; - font-weight: 500; - font-family: 'Poppins', sans-serif; } - .actions-modal .actions-modal-body .moniker-box .info .commission { - font-size: 12px; - margin: 0; } - .actions-modal .actions-modal-body .website { - padding: 20px 0 10px 0; } - .actions-modal .actions-modal-body .website .name { - font-size: 1rem; - font-weight: 500; - font-family: 'Poppins', sans-serif; - line-height: 1.5; - margin-bottom: 3px; } - .actions-modal .actions-modal-body .website .value { - margin: 0; } - .actions-modal .actions-modal-body .description { - padding: 10px 0 10px 0; } - .actions-modal .actions-modal-body .description .name { - font-size: 1rem; - font-weight: 500; - font-family: 'Poppins', sans-serif; - line-height: 1.5; - margin-bottom: 3px; } - .actions-modal .actions-modal-body .description .value { - margin: 0; } - .actions-modal .actions-modal-body .buttons-group { - padding-top: 15px; - display: flex; - display: -webkit-flex; - align-items: center; - flex-wrap: wrap; } - .actions-modal .actions-modal-body .buttons-group .button-primary, .actions-modal .actions-modal-body .buttons-group .button-secondary { - margin: 5px; } - .actions-modal .actions-modal-body .buttons-group .btn-group { - margin: 5px; } - .actions-modal .actions-modal-body .buttons-group .btn-group .btn-main { - background: #E50913; - line-height: 180%; - font-weight: bold; - font-size: 16.5455px; - color: #FFFFFF; - padding: .375rem 1.2rem; - border-radius: 0; - outline: none !important; - border: 1px solid #E50913; - box-shadow: none !important; } - .actions-modal .actions-modal-body .buttons-group .btn-group .btn-success { - background-color: #be050ef7 !important; - border-color: #be050ef7 !important; } - .actions-modal .actions-modal-body .buttons-group .btn-group .btn-success:focus, .actions-modal .actions-modal-body .buttons-group .btn-group .btn-success:active { - box-shadow: 0 0 0 0.2rem #e5091340 !important; } - .actions-modal .actions-modal-body .buttons-group .dropdown-menu .dropdown-item { - font-weight: 500; - font-size: 14px; - line-height: 150%; - color: #8D9CB5; } - .actions-modal .actions-modal-body .buttons-group .dropdown-menu .dropdown-item.active, .actions-modal .actions-modal-body .buttons-group .dropdown-menu .dropdown-item:active { - background: transparent; - color: #2E3239; } + padding: 30px; +} +.actions-modal .actions-modal-body .moniker-box { + display: flex; + display: -webkit-flex; + align-items: center; +} +.actions-modal .actions-modal-body .moniker-box img { + width: 60px; + margin-right: 20px; +} +.actions-modal .actions-modal-body .moniker-box .info { + padding: 10px 0; +} +.actions-modal .actions-modal-body .moniker-box .info .name { + margin: 0; + font-size: 20px; + font-weight: 500; + font-family: "Poppins", sans-serif; +} +.actions-modal .actions-modal-body .moniker-box .info .commission { + font-size: 12px; + margin: 0; +} +.actions-modal .actions-modal-body .website { + padding: 20px 0 10px 0; +} +.actions-modal .actions-modal-body .website .name { + font-size: 1rem; + font-weight: 500; + font-family: "Poppins", sans-serif; + line-height: 1.5; + margin-bottom: 3px; +} +.actions-modal .actions-modal-body .website .value { + margin: 0; +} +.actions-modal .actions-modal-body .description { + padding: 10px 0 10px 0; +} +.actions-modal .actions-modal-body .description .name { + font-size: 1rem; + font-weight: 500; + font-family: "Poppins", sans-serif; + line-height: 1.5; + margin-bottom: 3px; +} +.actions-modal .actions-modal-body .description .value { + margin: 0; +} +.actions-modal .actions-modal-body .buttons-group { + padding-top: 15px; + display: flex; + display: -webkit-flex; + align-items: center; + flex-wrap: wrap; +} +.actions-modal .actions-modal-body .buttons-group .button-primary, .actions-modal .actions-modal-body .buttons-group .button-secondary { + margin: 5px; +} +.actions-modal .actions-modal-body .buttons-group .btn-group { + margin: 5px; +} +.actions-modal .actions-modal-body .buttons-group .btn-group .btn-main { + background: #E59636; + line-height: 180%; + font-weight: bold; + font-size: 16.5455px; + color: #FFFFFF; + padding: 0.375rem 1.2rem; + border-radius: 0; + outline: none !important; + border: 1px solid #E59636; + box-shadow: none !important; +} +.actions-modal .actions-modal-body .buttons-group .btn-group .btn-success { + background-color: rgba(190, 5, 14, 0.968627451) !important; + border-color: rgba(190, 5, 14, 0.968627451) !important; +} +.actions-modal .actions-modal-body .buttons-group .btn-group .btn-success:focus, .actions-modal .actions-modal-body .buttons-group .btn-group .btn-success:active { + box-shadow: 0 0 0 0.2rem rgba(229, 150, 54, 0.2509803922) !important; +} +.actions-modal .actions-modal-body .buttons-group .dropdown-menu .dropdown-item { + font-weight: 500; + font-size: 14px; + line-height: 150%; + color: #8D9CB5; +} +.actions-modal .actions-modal-body .buttons-group .dropdown-menu .dropdown-item.active, .actions-modal .actions-modal-body .buttons-group .dropdown-menu .dropdown-item:active { + background: transparent; + color: #2E3239; +} .sign-in-buttons button { - width: 250px !important; } + width: 250px !important; +} .rdt_TableBody .rdt_TableRow:first-child .rdt_TableCell { - padding-top: 30px; } + padding-top: 30px; +} .rdt_TableBody .rdt_TableRow .rdt_TableCell { white-space: nowrap; font-size: 14px; line-height: 150%; - padding: 15px 20px; } - .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child { - padding-left: 40px; - width: 150px; } + padding: 15px 20px; +} +.rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child { + padding-left: 40px; + width: 150px; +} .rewards-validators-list > div { - width: 100%; } - .rewards-validators-list > div button { - width: 100%; - background: #F5F6FA; - height: calc(2.3em + .75rem + 2px); - box-shadow: none; } - .rewards-validators-list > div > div:nth-child(2) { - box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); - width: 100%; } + width: 100%; +} +.rewards-validators-list > div button { + width: 100%; + background: #F5F6FA; + height: calc(2.3em + 0.75rem + 2px); + box-shadow: none; +} +.rewards-validators-list > div > div:nth-child(2) { + box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); + width: 100%; +} .rewards-validators-list input[type=checkbox], .rewards-validators-list input { - height: auto !important; } + height: auto !important; +} .rewards-validators-list .react-select__control { - border: 0px solid !important; } - .rewards-validators-list .react-select__control:hover, .rewards-validators-list .react-select__control:focus { - border: 0px solid !important; - outline: none !important; - box-shadow: none !important; } - .rewards-validators-list .react-select__control .react-select__value-container { - height: 34px; - overflow: hidden; } - .rewards-validators-list .react-select__control .react-select__input-container input { - background: none !important; } - + border: 0px solid !important; +} +.rewards-validators-list .react-select__control:hover, .rewards-validators-list .react-select__control:focus { + border: 0px solid !important; + outline: none !important; + box-shadow: none !important; +} +.rewards-validators-list .react-select__control .react-select__value-container { + height: 34px; + overflow: hidden; +} +.rewards-validators-list .react-select__control .react-select__input-container input { + background: none !important; +} .claim-check-box { - padding: 0; } - .claim-check-box input[type=checkbox], .claim-check-box input { - height: auto !important; } - .claim-check-box .check-box-container { - display: flex; - display: -webkit-flex; - align-items: center; - padding: 10px 10px 0 0; } - .claim-check-box .check-box-container .label { - width: auto; - margin-right: 15px; } - .claim-check-box .check-box-container input { - width: auto; - flex: none; } + padding: 0; +} +.claim-check-box input[type=checkbox], .claim-check-box input { + height: auto !important; +} +.claim-check-box .check-box-container { + display: flex; + display: -webkit-flex; + align-items: center; + padding: 10px 10px 0 0; +} +.claim-check-box .check-box-container .label { + width: auto; + margin-right: 15px; +} +.claim-check-box .check-box-container input { + width: auto; + flex: none; +} .memo-container .form-field { - padding-top: 15px; } + padding-top: 15px; +} .validator-limit-warning .amount-warning { padding-top: 10px; text-align: left; - margin: 0; } + margin: 0; +} .delegated-validators .info-name { padding: 20px 0; font-weight: 600; font-size: 18px; line-height: 27px; - font-family: 'Poppins', sans-serif; + font-family: "Poppins", sans-serif; color: #212529; - margin: 0; } + margin: 0; +} .delegated-validators.transfer .validator-name .empty-checkbox { width: 16px; height: 16px; border-radius: 50%; - border: 1px solid #69696D; } + border: 1px solid #69696D; +} .delegated-validators.transfer .validator-name .icon { width: 16px; height: 16px; - fill: #E50913; } + fill: #E59636; +} .delegated-validators.transfer .input-amount { padding: 8px; border: 1px solid #282828; border-radius: 6px; outline: none !important; box-shadow: none !important; - color: #8D9CB5; } - .delegated-validators.transfer .input-amount.active { - border-color: #e50912; } + color: #8D9CB5; +} +.delegated-validators.transfer .input-amount.active { + border-color: #e50912; +} .delegated-validators.transfer .button-section { margin: 20px 0 10px 0; - text-align: right; } - .delegated-validators.transfer .button-section .button { - width: 200px; - margin-left: auto; } + text-align: right; +} +.delegated-validators.transfer .button-section .button { + width: 200px; + margin-left: auto; +} .delegate-list-modal .modal-list-data { - padding: 0 !important; } + padding: 0 !important; +} .delegate-list-modal .list-modal-body { - padding: 0px 50px 30px 50px !important; } + padding: 0px 50px 30px 50px !important; +} .delegate-list-modal tbody tr td:first-child { width: 170px; - text-align: left; } + text-align: left; +} .delegate-list-modal .delegations-list-header { display: flex; display: -webkit-flex; - padding: 15px 20px; } - .delegate-list-modal .delegations-list-header p:first-child { - width: 150px; - text-align: left; } - .delegate-list-modal .delegations-list-header p:nth-child(2) { - flex: 1; - text-align: left; } - .delegate-list-modal .delegations-list-header p:last-child { - width: 150px; - text-align: left; } - .delegate-list-modal .delegations-list-header p { - font-family: 'Poppins', sans-serif; - font-weight: 500; - font-size: 14px; - line-height: 150%; - margin: 0; - color: #8D9CB5; } + padding: 15px 20px; +} +.delegate-list-modal .delegations-list-header p:first-child { + width: 150px; + text-align: left; +} +.delegate-list-modal .delegations-list-header p:nth-child(2) { + flex: 1; + text-align: left; +} +.delegate-list-modal .delegations-list-header p:last-child { + width: 150px; + text-align: left; +} +.delegate-list-modal .delegations-list-header p { + font-family: "Poppins", sans-serif; + font-weight: 500; + font-size: 14px; + line-height: 150%; + margin: 0; + color: #8D9CB5; +} .delegate-list-modal .list-modal-body { - padding: 0px 50px 30px 50px !important; } + padding: 0px 50px 30px 50px !important; +} .delegate-list-modal .delegations-list { width: 100%; display: flex; display: -webkit-flex; - padding: 10px 20px; } - .delegate-list-modal .delegations-list p:first-child { - width: 150px; - text-align: left; } - .delegate-list-modal .delegations-list p:nth-child(2) { - flex: 1; - text-align: left; } - .delegate-list-modal .delegations-list p:last-child { - width: 150px; - text-align: left; } - .delegate-list-modal .delegations-list p { - font-family: 'Poppins', sans-serif; - font-weight: 500; - font-size: 14px; - line-height: 150%; - text-align: right; - margin: 0; } + padding: 10px 20px; +} +.delegate-list-modal .delegations-list p:first-child { + width: 150px; + text-align: left; +} +.delegate-list-modal .delegations-list p:nth-child(2) { + flex: 1; + text-align: left; +} +.delegate-list-modal .delegations-list p:last-child { + width: 150px; + text-align: left; +} +.delegate-list-modal .delegations-list p { + font-family: "Poppins", sans-serif; + font-weight: 500; + font-size: 14px; + line-height: 150%; + text-align: right; + margin: 0; +} .available-tokens .info-data, .rewards-modal-body .form-field .info-data { - margin: 0; } + margin: 0; +} /*-------------------------------------------------------------- # importwallet styles --------------------------------------------------------------*/ .keplr-section { - background: radial-gradient(99.06% 99.06% at 49.65% 0.94%, #222426 0, #282932 100%); } + background: radial-gradient(99.06% 99.06% at 49.65% 0.94%, #222426 0, #282932 100%); +} .keplr-container { height: calc(100vh - 62px); overflow: auto; - padding-top: 170px; } - .keplr-container .info { - max-width: 650px; - background: #FFFFFF; - margin: auto; } - .keplr-container .info .text { - padding: 20px 0; } - .keplr-container .info .text p { - margin-bottom: 10px; } - .keplr-container .info h3 { - font-family: 'Poppins', sans-serif; - font-size: 24px; - padding-bottom: 20px; } - .keplr-container .info .buttons-list { - display: flex; - display: -webkit-flex; - align-content: center; - justify-content: space-between; - flex-wrap: wrap; } - .keplr-container .info .buttons-list p { - margin: 0; } - .keplr-container .info .buttons-list .button { - line-height: 1.3; } - .keplr-container .info .header-info { - position: relative; - display: flex; - display: -webkit-flex; - align-items: center; - justify-content: center; - padding: 30px 30px 0 30px; } - .keplr-container .info .header-info .previous-section .button { - position: absolute; - left: 30px; - top: 30px; } - .keplr-container .info .header-info .previous-section .button .icon { - width: 20px; } - .keplr-container .info .info-body { - padding: 30px; } + padding-top: 170px; +} +.keplr-container .info { + max-width: 650px; + background: #FFFFFF; + margin: auto; +} +.keplr-container .info .text { + padding: 20px 0; +} +.keplr-container .info .text p { + margin-bottom: 10px; +} +.keplr-container .info h3 { + font-family: "Poppins", sans-serif; + font-size: 24px; + padding-bottom: 20px; +} +.keplr-container .info .buttons-list { + display: flex; + display: -webkit-flex; + align-content: center; + justify-content: space-between; + flex-wrap: wrap; +} +.keplr-container .info .buttons-list p { + margin: 0; +} +.keplr-container .info .buttons-list .button { + line-height: 1.3; +} +.keplr-container .info .header-info { + position: relative; + display: flex; + display: -webkit-flex; + align-items: center; + justify-content: center; + padding: 30px 30px 0 30px; +} +.keplr-container .info .header-info .previous-section .button { + position: absolute; + left: 30px; + top: 30px; +} +.keplr-container .info .header-info .previous-section .button .icon { + width: 20px; +} +.keplr-container .info .info-body { + padding: 30px; +} /*-------------------------------------------------------------- # commonmediaqueries styles --------------------------------------------------------------*/ @media (min-width: 1600px) { .container { - max-width: 1540px; } } + max-width: 1540px; + } +} @media (min-width: 1400px) { .container { - max-width: 1340px; } } + max-width: 1340px; + } +} @media (max-width: 992px) { .validators-list-selection { - width: 100%; } } + width: 100%; + } +} @media (max-width: 767px) { .form-field { - display: block; } - + display: block; + } .form-field .label { width: auto; - margin-bottom: 5px !important; } - + margin-bottom: 5px !important; + } .amount-field { - display: block; } - .amount-field .range-buttons { - padding-top: 10px; } - + display: block; + } + .amount-field .range-buttons { + padding-top: 10px; + } .import-wallet-body form .form-field .label { - text-align: left; } - + text-align: left; + } .navbar .navbar-nav li .profile-dropdown, .header .navbar .navbar-nav li .dark-mode-button { - padding: .5rem .7rem; } - + padding: 0.5rem 0.7rem; + } .footer .footer-logo-section { flex-wrap: wrap; - justify-content: center; } - .footer .footer-logo-section .social-links-section { - margin-top: 1rem; } } + justify-content: center; + } + .footer .footer-logo-section .social-links-section { + margin-top: 1rem; + } +} @media (max-width: 576px) { .modal-custom .modal-header { - padding: 20px 0px; } - .modal-custom .modal-header .heading { - font-size: 14px; } - .modal-custom .modal-header .previous-section.txn-header button { - left: 15px; - line-height: normal; - top: 20px; } - .modal-custom .modal-header .previous-section.txn-header button .icon { - width: 14px; } - .modal-custom .modal-header button.close { - font-size: 28px; } } + padding: 20px 0px; + } + .modal-custom .modal-header .heading { + font-size: 14px; + } + .modal-custom .modal-header .previous-section.txn-header button { + left: 15px; + line-height: normal; + top: 20px; + } + .modal-custom .modal-header .previous-section.txn-header button .icon { + width: 14px; + } + .modal-custom .modal-header button.close { + font-size: 28px; + } +} /*-------------------------------------------------------------- # homepagemediaqueries styles --------------------------------------------------------------*/ @media (max-width: 992px) { .home-page .home-page-body .content { - padding: 15px; } } + padding: 15px; + } +} @media (max-width: 768px) { .home-page .home-page-body { - padding-top: 50px; } - .home-page .home-page-body .content .heading { - font-size: 26px; } - + padding-top: 50px; + } + .home-page .home-page-body .content .heading { + font-size: 26px; + } .home-page .home-page-body .content .info-boxes .info-box p { - padding: 15px; } - + padding: 15px; + } .create-wallet-modal .modal-body .question-heading { - margin-right: 75px; } } + margin-right: 75px; + } +} @media (max-width: 576px) { .home-page .home-page-body .content .info-boxes { - flex-wrap: wrap; } - + flex-wrap: wrap; + } .create-wallet-modal .modal-body .buttons .button.button-primary { - width: 150px; } - + width: 150px; + } .create-wallet-modal .create-wallet-form-body form { - padding: 20px 10px 0 10px; } } + padding: 20px 10px 0 10px; + } +} /*-------------------------------------------------------------- # dashboard mediaqueries styles --------------------------------------------------------------*/ @media (max-width: 1400px) { .wallet-main-section .txns-container table tbody tr:first-child td, .validators-section table tbody tr:first-child td { - padding-top: 20px; } + padding-top: 20px; + } .wallet-main-section .txns-container table tbody td, .validators-section table tbody td { - padding: 13px 20px; } } + padding: 13px 20px; + } +} @media (max-width: 1300px) { .header .profile-section .profile-dropdown .dropdown-menu .info { - padding: 20px 30px; } } + padding: 20px 30px; + } +} @media (min-width: 1201px) and (max-width: 1400px) { .validators-section { - height: calc(100vh - 300px); } - .validators-section .main-tab-content { - height: calc(100vh - 348px); - padding: 0 10px 30px 0px; } - + height: calc(100vh - 300px); + } + .validators-section .main-tab-content { + height: calc(100vh - 348px); + padding: 0 10px 30px 0px; + } .wallet-main-section .tabs-section .tab-content { - height: calc(100vh - 375px); } } + height: calc(100vh - 375px); + } +} @media (max-width: 1400px) { .token-info-section .token-info-section-body { - padding: 15px 0; } - .token-info-section .token-info-section-body .info-box { - padding: 15px 20px; } - .token-info-section .token-info-section-body .token-info .total-supply { - font-size: 26px; } - + padding: 15px 0; + } + .token-info-section .token-info-section-body .info-box { + padding: 15px 20px; + } + .token-info-section .token-info-section-body .token-info .total-supply { + font-size: 26px; + } .wallet-main-section .send-container { - padding: 25px 60px; } } + padding: 25px 60px; + } +} @media (max-width: 1200px) { .wallet-main-section .tabs-section .tab-content { padding: 0; height: auto; - overflow: auto; } - .wallet-main-section .tabs-section .tab-content::after { - content: ''; - display: block; - padding-bottom: 30px; } - + overflow: auto; + } + .wallet-main-section .tabs-section .tab-content::after { + content: ""; + display: block; + padding-bottom: 30px; + } .validators-section { height: auto; - overflow: auto; } - .validators-section .main-tab-content { - height: auto; - overflow: auto; - padding: 0; } - .validators-section::after { - content: ''; - display: block; - padding-bottom: 30px; } - + overflow: auto; + } + .validators-section .main-tab-content { + height: auto; + overflow: auto; + padding: 0; + } + .validators-section::after { + content: ""; + display: block; + padding-bottom: 30px; + } .content-section { - overflow: auto; } - + overflow: auto; + } .token-info-section .token-info-section-body .info-box { - padding: 10px 10px; } + padding: 10px 10px; + } .token-info-section .token-info-section-body .token-info .total-supply { - font-size: 18px; } } + font-size: 18px; + } +} @media (max-width: 991px) { .token-info-section .token-info-section-body { display: block; - padding-top: 0; } - .token-info-section .token-info-section-body .info-box { - padding: 10px; - border: 0px solid; } - .token-info-section .token-info-section-body .info-box:nth-child(2) { - margin: 0; - border: 1px solid; - border-right: 0px solid; - border-left: 0px solid; } - .token-info-section .token-info-section-body .token-info { - padding-left: 10px !important; } - + padding-top: 0; + } + .token-info-section .token-info-section-body .info-box { + padding: 10px; + border: 0px solid; + } + .token-info-section .token-info-section-body .info-box:nth-child(2) { + margin: 0; + border: 1px solid; + border-right: 0px solid; + border-left: 0px solid; + } + .token-info-section .token-info-section-body .token-info { + padding-left: 10px !important; + } .wallet-main-section .send-container { padding: 25px; - border: 0px solid; } - .wallet-main-section .send-container form .form-field, .wallet-main-section .send-container .form-section .form-field { - display: block; } - .wallet-main-section .send-container form .buttons, .wallet-main-section .send-container .form-section .buttons { - margin: 0; } - + border: 0px solid; + } + .wallet-main-section .send-container form .form-field, .wallet-main-section .send-container .form-section .form-field { + display: block; + } + .wallet-main-section .send-container form .buttons, .wallet-main-section .send-container .form-section .buttons { + margin: 0; + } .large-screen-logo { - display: none; } - + display: none; + } .main-section .side-bar { - width: 80px; } - .main-section .side-bar .side-bar-links .item { - padding: 15px 0px 15px 20px; } - .main-section .side-bar .side-bar-links .item .text { - display: none; } - + width: 80px; + } + .main-section .side-bar .side-bar-links .item { + padding: 15px 0px 15px 20px; + } + .main-section .side-bar .side-bar-links .item .text { + display: none; + } .main-section .side-bar .header-section .logo span { font-size: 6px; - bottom: -2px; } } + bottom: -2px; + } +} @media (min-width: 992px) { .small-screen-logo { - display: none; } - + display: none; + } .active-inactive-validators { position: absolute; top: 10px; - right: 70px; } } + right: 70px; + } +} @media (max-width: 768px) { .token-info-section .token-info-section-body { - padding: 0; } - + padding: 0; + } .validators-section .info .info-name { font-size: 14px; - line-height: normal; } - + line-height: normal; + } .list-modal.modal-custom .list-modal-body { - padding: 0 30px 30px 30px; } - .list-modal.modal-custom .list-modal-body .unbonding-schedule-list p { - text-align: left; } } + padding: 0 30px 30px 30px; + } + .list-modal.modal-custom .list-modal-body .unbonding-schedule-list p { + text-align: left; + } +} @media (max-width: 576px) { .validators-section .info .refresh-button { padding: 8px !important; - right: 0; } - + right: 0; + } .wallet-main-section .tabs-section .nav-tabs .nav-link { padding: 0.6rem 0.6rem; - font-size: 12px; } + font-size: 12px; + } .wallet-main-section .tabs-section .refresh-button { - padding: 8px !important; } - + padding: 8px !important; + } .token-info-section .token-info-section-body .info-box .line img { - width: 75px; } - + width: 75px; + } .amount-field { - flex-wrap: wrap; } - .amount-field .range-buttons { - padding-top: 10px; } - + flex-wrap: wrap; + } + .amount-field .range-buttons { + padding-top: 10px; + } .wallet-main-section .receive-container { - padding: 20px; } - + padding: 20px; + } .header .profile-section .icon-profile { - margin: 0; } - + margin: 0; + } .list-modal-body .unbonding-schedule-list { - display: block; } - + display: block; + } .delegate-modal .delegate-modal-body .buttons .button { width: 140px; - padding: 0.2rem 0.8rem; } } + padding: 0.2rem 0.8rem; + } +} /*-------------------------------------------------------------- # header mediaqueries styles --------------------------------------------------------------*/ .header .navbar .header-logo { width: 120px; height: 30px; - display: block; } + display: block; +} .dark-mode .header .navbar .header-logo { - background: url(../../../src/assets/images/logo_bold.svg) no-repeat; } + background: url(../../../src/assets/images/logo_bold.svg) no-repeat; +} .light-mode .header .navbar .header-logo { - background: url(../../../src/assets/images/logo_bold_dark.svg) no-repeat; } + background: url(../../../src/assets/images/logo_bold_dark.svg) no-repeat; +} .dashboard .navbar-expand-lg .navbar-nav, .dashboard .navbar-nav { - flex-direction: row !important; } + flex-direction: row !important; +} .sidebar-section { - height: 100%; } - .sidebar-section .mobile-sidebar-container .nav-item .nav-link { - width: 100%; - display: flex; - display: -webkit-flex; - position: relative; - box-sizing: border-box; - text-align: left; - align-items: center; - padding-top: 8px; - padding-bottom: 8px; - justify-content: flex-start; - text-decoration: none; - font-family: "Poppins", sans-serif; - font-weight: 600; - font-size: 14px; - line-height: 1.5; - letter-spacing: .1em; - color: #5F646C; } - .sidebar-section .mobile-sidebar-container .nav-item .nav-link .icon { - fill: #5F646C; } - .sidebar-section .mobile-sidebar-container .nav-item a:hover, .sidebar-section .mobile-sidebar-container .nav-item a.active, .sidebar-section .mobile-sidebar-container .nav-item a:focus { - color: #e50913 !important; } - .sidebar-section .mobile-sidebar-container .nav-item a:hover .icon, .sidebar-section .mobile-sidebar-container .nav-item a.active .icon, .sidebar-section .mobile-sidebar-container .nav-item a:focus .icon { - fill: #e50913; } - .sidebar-section .mobile-sidebar-container .icon-container { - color: rgba(0, 0, 0, 0.54); - display: inline-flex; - min-width: 56px; - flex-shrink: 0; } + height: 100%; +} +.sidebar-section .mobile-sidebar-container .nav-item .nav-link { + width: 100%; + display: flex; + display: -webkit-flex; + position: relative; + box-sizing: border-box; + text-align: left; + align-items: center; + padding-top: 8px; + padding-bottom: 8px; + justify-content: flex-start; + text-decoration: none; + font-family: "Poppins", sans-serif; + font-weight: 600; + font-size: 14px; + line-height: 1.5; + letter-spacing: 0.1em; + color: #5F646C; +} +.sidebar-section .mobile-sidebar-container .nav-item .nav-link .icon { + fill: #5F646C; +} +.sidebar-section .mobile-sidebar-container .nav-item a:hover, .sidebar-section .mobile-sidebar-container .nav-item a.active, .sidebar-section .mobile-sidebar-container .nav-item a:focus { + color: #E59636 !important; +} +.sidebar-section .mobile-sidebar-container .nav-item a:hover .icon, .sidebar-section .mobile-sidebar-container .nav-item a.active .icon, .sidebar-section .mobile-sidebar-container .nav-item a:focus .icon { + fill: #E59636; +} +.sidebar-section .mobile-sidebar-container .icon-container { + color: rgba(0, 0, 0, 0.54); + display: inline-flex; + min-width: 56px; + flex-shrink: 0; +} .dark-mode .navbar .nav-menu-icon { - outline: none !important; } - .dark-mode .navbar .nav-menu-icon svg { - fill: #ffffff; } + outline: none !important; +} +.dark-mode .navbar .nav-menu-icon svg { + fill: #ffffff; +} .light-mode .navbar .nav-menu-icon { - outline: none !important; } - .light-mode .navbar .nav-menu-icon svg { - fill: #2E3239; } + outline: none !important; +} +.light-mode .navbar .nav-menu-icon svg { + fill: #2E3239; +} .top-banner-section { background: #FEE2D5; text-align: center; padding: 7px 40px 7px 0; - position: relative; } - .top-banner-section.initial-banner { - border-bottom: 1px solid #FEE2D5; } - .top-banner-section .content { - color: #DB2438; - font-size: 12px; - margin: 0; } - .top-banner-section .content .link { - text-decoration: underline; - color: #DB2438 !important; } - .top-banner-section .content .icon { - margin-left: 10px; - fill: #DB2438; - width: 16px; } - .top-banner-section .content .logo { - width: 16px; - margin-right: 10px; } - .top-banner-section .icon-close { - width: 10px; - fill: #DB2438; - cursor: pointer; - position: absolute; - right: 20px; - top: 10px; } + position: relative; +} +.top-banner-section.initial-banner { + border-bottom: 1px solid #FEE2D5; +} +.top-banner-section .content { + color: #DB2438; + font-size: 12px; + margin: 0; +} +.top-banner-section .content .link { + text-decoration: underline; + color: #DB2438 !important; +} +.top-banner-section .content .icon { + margin-left: 10px; + fill: #DB2438; + width: 16px; +} +.top-banner-section .content .logo { + width: 16px; + margin-right: 10px; +} +.top-banner-section .icon-close { + width: 10px; + fill: #DB2438; + cursor: pointer; + position: absolute; + right: 20px; + top: 10px; +} /*-------------------------------------------------------------- # header styles --------------------------------------------------------------*/ @media (max-width: 991.98px) { .mobile-nav-item { - display: none !important; } } + display: none !important; + } +} @media (min-width: 992px) { .nav-menu-icon { - display: none; } } + display: none; + } +} /*# sourceMappingURL=index.css.map */ diff --git a/src/assets/scss/index.css.map b/src/assets/scss/index.css.map index f1b572ff..3b7ed3cb 100644 --- a/src/assets/scss/index.css.map +++ b/src/assets/scss/index.css.map @@ -1,7 +1 @@ -{ -"version": 3, -"mappings": "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", -"sources": ["index.scss","_common.scss","views/_main.scss","views/_homepage.scss","views/_createwallet.scss","views/_routernotfound.scss","views/_importwallet.scss","views/_dashboard.scss","views/_keplr.scss","mediaqueries/_common.scss","mediaqueries/_homepage.scss","mediaqueries/_dashboard.scss","views/_header.scss","mediaqueries/_header.scss"], -"names": [], -"file": "index.css" -} +{"version":3,"sourceRoot":"","sources":["index.scss","_common.scss","views/_main.scss","views/_homepage.scss","views/_createwallet.scss","views/_routernotfound.scss","views/_importwallet.scss","views/_dashboard.scss","views/_keplr.scss","mediaqueries/_common.scss","mediaqueries/_homepage.scss","mediaqueries/_dashboard.scss","views/_header.scss","mediaqueries/_header.scss"],"names":[],"mappings":";AAAA;AAAA;AAAA;ACAA;AAAA;EAEE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EAGA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAIA;EACE;EACA;EACA;EACA;;AAEA;EACE;;;AAKN;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;;AAKF;EACE;;AAGF;EACE;;;AAIJ;EACE;;;AAIA;EACE;;AAGF;EACE;;AAGF;EACE;;;AAKF;EACE;;AAGF;EACE;;;AAIJ;EACE;AAgBA;;AAfA;EACE;;AACA;EACE;EACA;;AAGJ;EACE;;AAGF;EACE;;AAIF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;;AAGF;AAAA;AAAA;EAGE;;;AAKF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;;AAIA;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AAEF;EACE;EACA;;;AAMR;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAIA;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;;AAON;EACE;EACA;EACA;EACA;EACA;;AAGF;AAAA;AAAA;AAAA;EAKE;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAIJ;EACE;;AAGF;AAAA;EAEE;EACA;EACA;EACA;EACA;;;AAIJ;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;;;AAIJ;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;AAEA;EACE;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;EACA;;;AAKF;EACE;;;AAKF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;;AAGF;EACE;EACA;EACA;;AAEA;EACE;;;AAKN;AAAA;EAEE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGE;EACE;;AAEF;EACE;;AAGF;EACE;;AAGJ;EACE;;;AAKF;EACE;;;AAIJ;EACE;EACA;;;AAGF;AAAA;AAAA;EAGE;EACA;EACA;EACA;EACA;EACA;;;AAGF;AAAA;AAAA;EAGE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAOA;EACE;EACA;EACA;EACA;;AAEA;EACE;;;AAKN;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;EACA;;AAGF;AAAA;EAEE;;AAIJ;EACE;;AAEA;EACE;;;AAMJ;EACE;;;AAIJ;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;AAAA;EAEE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;;AAIJ;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;;;AAIJ;EACE;;;AAIA;EACE;;AAGF;EACE;;;AAIJ;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;AAEA;EACE;EACA;;;AAIJ;EACE;;AAEA;EACE;;;AAIJ;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAEA;EACE;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA;EACA;;AAEA;EACE;;;AAMJ;EACE;;AAEA;EACE;EACA;EACA;EACA;;AAGF;EACE;;;AAMJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;;AAGJ;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAYF;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAKR;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAQF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAGJ;EACE;EACA;;AAGJ;EACE;;AACA;EACE;;;AAKN;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;AACA;EACE;IACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAGF;EACE;EACA;;AAGF;EACE;EACA;;AAEF;EACE;;;AAIJ;EACE;;AACA;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AACA;EACE;;AACA;EACE;EACA;;AAEF;EACE;EACA;EACA;;AAIJ;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;;AAKR;EACE;EACA;EACA;EACA;EACA;;;AAKN;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;;AACA;EACI;EACF;EACA;EACA;;;AAGJ;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AACA;EACE;;;AD5vCN;AAAA;AAAA;AEJA;EAKE;;AAJA;EACE;;AAKF;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;;AAGF;EACE;;AAEA;EACE;EACA;;AAEA;EACE;;AAKN;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAIA;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;;AAKN;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;;AAGF;EACE;;AAIJ;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAEA;EACE;;;AAMR;EACE;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EAEE;IACE;;EAEF;IACE;;;AAKJ;EAEE;EACA;EACA;EACA;EACA;;;AAKF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;;;AAIJ;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EAOA;EACA;EACA;;;AAGF;EACE;IACE;;EAEF;IACE;;;AAIJ;EACE;IACE;;EAEF;IACE;;;AAIJ;EACE;IACE;IACA;;EAEF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAEF;IACE;IACA;;;AAIJ;EACE;EACA;;AAGE;EACE;EACA;;AAGJ;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;;;AAKN;EACE;;;AAIA;EACE;;AAGF;EACE;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAIJ;EACE;EACA;;;AAMR;EACE;EACA;EACA;;AAEA;EACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAIF;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;;;AAIJ;EACE;;;AAIF;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAGF;EACE;;;AAKF;EACE;;AAEA;EACE;;;AAMJ;EACE;;AAGF;EACE;EACA;EACA;;AACA;EACE;EACA;;AAEF;AAAA;EAEE;;AAEF;EACE;EACA;;AAEF;EACE;EACA;EACA;;AAEF;EACE;;AACA;EACE;;AAEF;EACE;EACA;;AAIN;EACE;EACA;;;AAIJ;EACE;EACA;;AACA;EACE;;AAGF;EACE;EACA;;AACA;EACE;EACA;EACA;;AAGJ;EACE;;AACA;EACE;EACA;;AACA;EACE;EACA;EACA;;AAEF;EACE;EACA;;AACA;EACE;;AAGJ;EACE;EACA;EACA;;AACA;EACE;EACA;;AAEF;EACE;EACA;EACA;;AAIN;EACE;;AAIJ;EACE;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AFrlBN;AAAA;AAAA;AGRA;EACE;;AAEA;EACE;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACE;EACA;;AAEA;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;;AAEA;EACE;;AAIJ;EACE;EACA;;AAIJ;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACE;;AAGF;EACE;;AAIJ;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AH/HV;AAAA;AAAA;AIXE;EACE;;AAGF;EACE;;AAGF;EACE;EACA;;AACA;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAKF;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAKN;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAEA;EACE;;AAIJ;EACE;;AAKN;EACE;;AAEA;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAEA;EACE;;AAIJ;EACE;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAIJ;EACE;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAIF;EACE;;AAEA;EACE;EACA;EACA;EACA;;AAIJ;EACE;;AAGF;EACE;EACA;;AAGF;EACE;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;;AAQJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA;;AAEA;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAIJ;EACE;EACA;;AAGF;EACE;EACA;;AAIJ;EACE;;;AAMJ;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACE;;;AAKF;EACE;;AAGF;EACE;EACA;;AAGF;EACE;;AAGF;EACE;;;AAIJ;EACE;;AAEA;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAEA;EACE;;AAIJ;EACE;;;AAQV;EACE;;;AJlUF;AAAA;AAAA;AKhBA;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;;;ALUN;AAAA;AAAA;AMpBA;EACE;;AAEA;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAEA;EACE;;AAIJ;EACE;;AAGF;EACE;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACE;EACA;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAGF;EACE;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAKN;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAIJ;EACE;;AAGF;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;;AAON;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAIF;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;;AAEA;EACE;;;ANlKV;AAAA;AAAA;AO1BA;EACE;;AAEA;EACE;EACA;;AAEA;EACE;EACA;;AAEA;EACE;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAKN;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;;AAOF;EACE;;AAGF;EACE;;AAEA;EACE;;;AAQZ;EACE;;;AAKA;EACE;;AAEA;EACE;EACA;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAEE;EACE;;AAEA;EACE;;AAEA;EACE;EACA;EACA;EACA;;AAMR;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EAgCE;;AA9BE;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAIA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAMR;EACE;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;;AAKN;EACE;EACA;EACA;;AAEA;EACE;;AAGF;EACE;;AAGE;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;;AAEA;EACE;EACA;;AAEA;EACE;;AAKN;EACE;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAMN;EACE;EACA;;AAEA;EACE;;AAGF;EACE;EACA;;AAIA;EACE;;AAIJ;EACE;;AAGF;EACE;;AASJ;EACE;;AAGJ;EACE;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAGF;EACE;;AAIA;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAMJ;EACE;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAQJ;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAIJ;EACE;;AAGF;EACE;;AAGF;EACE;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;;AAKN;EACE;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAKN;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKN;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;;AAMA;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAEF;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAIJ;EACE;;AAEA;EACE;EACA;;AAKF;EACE;;AAOR;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AACA;EACE;;AAEF;EACE;EACA;EACA;;AAKJ;EACE;EACA;EACA;EACA;EACA;AACA;EAEA;EAEA;;AAEA;EACE;EACA;EACA;EACA;;AAKJ;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAIA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AAMR;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAGF;EACE;;AACA;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AAEF;EACE;;AAEF;EACE;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;;AAKA;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAIJ;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;;AAIF;EACE;EACA;;AACA;EACE;;AAEF;EACE;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAEF;EACE;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAKJ;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAIF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;;AASd;EACE;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAGF;EAkBE;EACA;EACA;EACA;EACA;EACA;;AAtBA;EACE;EACA;EACA;;AAGA;EACE;;AAEF;EACE;;AAGJ;EACE;EACA;;AAQF;EACE;;AACA;EACE;EACA;;AAEF;EACE;EACA;;AACA;EACE;;AAGJ;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;;AAEF;EACE;;AAMR;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAEE;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;;AAMF;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKN;EACE;;AAGF;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAMJ;EACE;EACA;EACA;EACA;EACA;;;AAKN;EACE;;AAEA;EACE;;AAEA;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAIA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAON;EACE;;AAEA;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAIA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAOV;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAIJ;EACE;;AAIJ;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAGF;EACE;;AAIA;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;;AAEF;EACE;;AAMJ;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;;AAGF;EACE;;AAOF;EACE;;AAIN;EACE;;;AAMJ;EACE;;AAGE;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAKN;EACE;EACA;;AAEA;EACE;;;AAQN;EACE;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAIJ;EACE;EACA;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAIJ;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAQN;EACE;EACA;;AAGE;EACE;EACA;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;EACA;EACA;;AAIF;EACE;EACA;EACA;EACA;AACA;EACA;EACA;;AAGF;EACE;;AAKN;EACE;EACA;;AAIA;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;;AAON;EACE;EACA;EACA;EACA;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;;;AAIJ;EACE;EACA;EACA;EACA;;AACA;EACE;;AAIE;EACE;EACA;;AAKN;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKF;EACE;;AAEA;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;;AAEA;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAMN;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;;AAIJ;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;;AAIJ;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAIF;EACE;;AAKF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;;;AAQR;EACE;;;AAKF;EACE;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;;;AAMJ;EACE;;AAEA;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAIJ;EACE;;AAGF;EACE;;AACA;EACE;EACA;EACA;;AAEF;EACE;EACA;;AAGF;EACE;;AASN;EACE;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;EACA;;;AAMJ;EACE;;;AAKF;EACE;EACA;EACA;;;AAMF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAIE;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAGN;EACE;EACA;;AACA;EACI;EACF;;;AAON;EACE;;AAGF;EACE;;AAKE;EACE;EACA;;AAKN;EACE;EACA;EACA;;AAGE;EACE;EACA;;AAGF;EACE;EACA;;AAGF;EACE;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACE;;AAGF;EACE;EACA;EACA;EACA;;AAGE;EACE;EACA;;AAGF;EACE;EACA;;AAGF;EACE;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;;;AAMN;EACE;;;APvuDF;AAAA;AAAA;AQ/BA;EACE;;;AAGF;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAEA;EACE;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAEA;EACE;;AAKN;EACE;;;AR5BN;AAAA;AAAA;ASpCA;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;IACE;;EAEF;IACE;IACA;;EAEF;IACE;;EAEA;IACE;;EAGJ;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EACA;IACE;;;AAKN;EAEI;IACE;;EAEA;IACE;;EAGF;IACE;IACA;IACA;;EAEA;IACE;;EAIJ;IACE;;;AT5BR;AAAA;AAAA;AUxCA;EACE;IACE;;;AAIJ;EACE;IACE;;EAEA;IACE;;EAGJ;IACE;;EAEF;IACE;;;AAIJ;EACE;IACE;;EAEF;IACE;;EAEF;IACE;;;AVeJ;AAAA;AAAA;AW7CA;EAEI;IACE;;EAGF;IACE;;;AAKN;EACE;IACE;;;AAIJ;EACE;IACE;;EAEA;IACE;IACA;;EAGJ;IACE;;;AAIJ;EACE;IACE;;EAEA;IACE;;EAGF;IACE;;EAGJ;IACE;;;AAIJ;EACE;IACE;IACA;IACA;;EAEA;IACE;IACA;IACA;;EAGJ;IACE;IACA;;EAEA;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGJ;IACE;;EAGA;IACE;;EAGF;IACE;;;AAKN;EACE;IACE;IACA;;EAEA;IACE;IACA;;EAEA;IACE;IACA;IACA;IACA;;EAIJ;IACE;;EAGJ;IACE;IACA;;EAGE;IACE;;EAGF;IACE;;EAIN;IACE;;EAEF;IACE;;EAEA;IACE;;EAEA;IACE;;EAIN;IACE;IACA;;;AAIJ;EACE;IACE;;EAEF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;;EAEF;IACE;IACA;;EAEF;IACE;;EAEA;IACE;;;AAKN;EACE;IACE;IACA;;EAGA;IACE;IACA;;EAGF;IACE;;EAGJ;IACE;;EAEF;IACE;;EAEA;IACE;;EAGJ;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;;AXhKJ;AAAA;AAAA;AYlDA;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;AAII;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAIJ;EACE;;AAEA;EACE;;AAKN;EACE;EACA;EACA;EACA;;;AAMJ;EACE;;AAEA;EACE;;;AAMJ;EACE;;AAEA;EACE;;;AAMN;EACE;EACA;EACA;EACA;;AACA;EACE;;AAEF;EACE;EACA;EACA;;AACA;EACE;EACA;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;;;AZ/DJ;AAAA;AAAA;AavDA;EACE;IACE;;;AAIJ;EACE;IACE","file":"index.css"} \ No newline at end of file diff --git a/src/assets/scss/views/_createwallet.scss b/src/assets/scss/views/_createwallet.scss index 8509b781..9d9c8151 100644 --- a/src/assets/scss/views/_createwallet.scss +++ b/src/assets/scss/views/_createwallet.scss @@ -61,7 +61,7 @@ span { font-weight: 500; font-size: 48px; - color: #E50913; + color: #E59636; } } } @@ -131,7 +131,7 @@ line-height: 150%; cursor: pointer; text-align: center; - color: #E50913; + color: #E59636; } } @@ -238,13 +238,13 @@ } .custom-control-input:checked ~ .custom-control-label::before { - border-color: #E50913; - background-color: #E50913; + border-color: #E59636; + background-color: #E59636; } .custom-control-input:focus ~ .custom-control-label::before { - box-shadow: 0 0 0 0.2rem #e5091354; - border-color: #e5091354 !important; + box-shadow: 0 0 0 0.2rem #E5963654; + border-color: #E5963654 !important; } } diff --git a/src/assets/scss/views/_dashboard.scss b/src/assets/scss/views/_dashboard.scss index 77deaf8b..50d53aa7 100644 --- a/src/assets/scss/views/_dashboard.scss +++ b/src/assets/scss/views/_dashboard.scss @@ -74,7 +74,7 @@ } .icon-box { - background: #E50913; + background: #E59636; .icon { fill: #FFFFFF; @@ -164,8 +164,8 @@ } .nav-link.active, .show > .nav-link { - background: #E50913; - border: 1px solid #E50913; + background: #E59636; + border: 1px solid #E59636; color: #FFFFFF; } } @@ -303,7 +303,7 @@ } .MUIDataTableToolbar-icon-22:hover, .MUIDataTableToolbar-iconActive-23 { - color: #E50913; + color: #E59636; } table { @@ -491,7 +491,7 @@ a:hover, a.active, a:focus { .icon { - fill: #e50913; + fill: #E59636; } } } @@ -595,7 +595,7 @@ .profile-dropdown { padding: 10px 0 !important; .dropdown-toggle { - border: 1px solid #C73238; + border: 1px solid #E59636; border-radius: 6px; padding: 6px 16px !important; cursor: pointer; @@ -718,7 +718,7 @@ border-top: 1px solid; .link-close { - color: #E50913; + color: #E59636; cursor: pointer; } @@ -817,7 +817,7 @@ .migrate{ display: inline-block; font-size: 12px; - color: #E50913; + color: #E59636; font-weight: 600; margin-right: 3px; } @@ -1008,8 +1008,8 @@ } .nav-link.active, .show > .nav-link { - background: #E50913; - border: 1px solid #E50913; + background: #E59636; + border: 1px solid #E59636; color: #FFFFFF; } } @@ -1067,7 +1067,7 @@ } .MUIDataTableToolbar-icon-153:hover, .MUIDataTableToolbar-iconActive-154 { - color: #E50913; + color: #E59636; } table { @@ -1260,7 +1260,7 @@ text-decoration: underline; margin: 0 10px; font-weight: 500; - color: #e50913; + color: #E59636; } } } @@ -1274,11 +1274,11 @@ .box { .nav-link.active, .show > .nav-link { - border: 1px solid #E50913 !important; + border: 1px solid #E59636 !important; box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08) !important; .icon { - fill: #E50913 !important; + fill: #E59636 !important; } } @@ -1369,7 +1369,7 @@ .more-dropdown { button { - background-color: #E50913 !important; + background-color: #E59636 !important; border: 0px solid !important; box-shadow: none !important; outline: none !important; @@ -1513,7 +1513,7 @@ margin: 5px; .btn-main { - background: #E50913; + background: #E59636; line-height: 180%; font-weight: bold; font-size: 16.5455px; @@ -1521,7 +1521,7 @@ padding: .375rem 1.2rem; border-radius: 0; outline: none !important; - border: 1px solid #E50913; + border: 1px solid #E59636; box-shadow: none !important; } @@ -1532,7 +1532,7 @@ } .btn-success:focus, .btn-success:active { - box-shadow: 0 0 0 0.2rem #e5091340 !important; + box-shadow: 0 0 0 0.2rem #E5963640 !important; } } @@ -1681,7 +1681,7 @@ .icon{ width: 16px; height: 16px; - fill : #E50913; + fill : #E59636; } } .input-amount { diff --git a/src/assets/scss/views/_header.scss b/src/assets/scss/views/_header.scss index 94822bf3..1338f54e 100644 --- a/src/assets/scss/views/_header.scss +++ b/src/assets/scss/views/_header.scss @@ -46,10 +46,10 @@ } a:hover, a.active, a:focus { - color: #e50913 !important; + color: #E59636 !important; .icon { - fill: #e50913; + fill: #E59636; } } } diff --git a/src/assets/scss/views/_homepage.scss b/src/assets/scss/views/_homepage.scss index 6de22f1f..03065228 100644 --- a/src/assets/scss/views/_homepage.scss +++ b/src/assets/scss/views/_homepage.scss @@ -59,7 +59,7 @@ } .button-primary { - box-shadow: 0 0 10px #e50913 !important; + box-shadow: 0 0 10px #E59636 !important; &::first-letter { border-top: 2.5px solid #FFFFFF; diff --git a/src/assets/scss/views/_main.scss b/src/assets/scss/views/_main.scss index 5cb10f61..aa70fb33 100644 --- a/src/assets/scss/views/_main.scss +++ b/src/assets/scss/views/_main.scss @@ -67,7 +67,7 @@ .btn-subscribe { opacity: 1 !important; width: 102px; - background: #E50913 !important; + background: #E59636 !important; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08) !important; border-radius: 0px !important; border: 0px solid !important; @@ -556,7 +556,7 @@ max-height: 400px !important; overflow-y: auto; input[type="checkbox"] { - accent-color: #c73238; + accent-color: #E59636; width: 18px; height: 18px; } diff --git a/src/components/DarkMode/theme.js b/src/components/DarkMode/theme.js index 3a8ec393..ba9d6474 100644 --- a/src/components/DarkMode/theme.js +++ b/src/components/DarkMode/theme.js @@ -1,12 +1,12 @@ export const lightTheme = { bodyBackground: "#F2F4F8", navigationBackground: "#ffffff", - navItemActiveColor: "#e50913", + navItemActiveColor: "#E59636", tableBackground: "#ffffff", tableBorderColor: "#DDE1E6", selectItemBorderColor: "#E3E5F4", activeTabTextColor: "#272931", - activeTabBorderColor: "#C73238", + activeTabBorderColor: "#E59636", infoHeadingColor: "#212529", lineValueColor: "#2E3239", labelColor: "#2E3239", @@ -58,7 +58,7 @@ export const darkTheme = { backButtonBgColor: "#495057", profileDropDownBorder: "#4244465c", noteBackground: "#2e3239", - noteFontColor: "#e50913a1", + noteFontColor: "#E59636a1", copyIconColor: "#8D9CB5", feeBoxBackground: "#2e3239", selectIconColor: "#94979b",