diff --git a/src/assets/sass/plugins/sdk-sc-explorer/_dappCoreOverrides.scss b/src/assets/sass/plugins/sdk-sc-explorer/_dappCoreOverrides.scss new file mode 100644 index 0000000..e18e6b1 --- /dev/null +++ b/src/assets/sass/plugins/sdk-sc-explorer/_dappCoreOverrides.scss @@ -0,0 +1,48 @@ +@import './variables'; + +.dapp-core-component__transactionsToastList-styles__toasts { + border-radius: 0.45rem !important; + background-color: #242526 !important; + bottom: 2rem !important; + color:#fff; + position:fixed !important; + padding: 1rem !important; + + .dapp-core-component__styles__content { + color: #fff !important; + } + + .dapp-core-component__transactionStatusToastStyles__transactions-status-toast-icon { + width: 3rem !important; + min-width: 3rem !important; + height: 3rem !important; + padding: 0 !important; + margin-right: 0.25rem; + svg { + width: 25px !important; + } + } + + .dapp-core-component__customToast-styles__close { + opacity: 1; + margin-right: 0.675rem !important; + &:hover { + opacity: 0.75; + } + svg { + color: red !important; + fill: red !important; + } + } + + .dapp-core-component__main__warning { + background-color: red !important; + } + } + + .toast-messages { + .dapp-core-component__transactionsToastList-styles__toasts { + left: 0 !important; + bottom: 0 !important; + } + } \ No newline at end of file diff --git a/src/assets/sass/plugins/sdk-sc-explorer/sdk-sc-explorer.scss b/src/assets/sass/plugins/sdk-sc-explorer/sdk-sc-explorer.scss index 8609468..e828f1e 100644 --- a/src/assets/sass/plugins/sdk-sc-explorer/sdk-sc-explorer.scss +++ b/src/assets/sass/plugins/sdk-sc-explorer/sdk-sc-explorer.scss @@ -18,3 +18,4 @@ @import './tabs'; @import './tooltip'; @import './type-field'; +@import './dappCoreOverrides';