@everymatrix/player-pending-withdrawals 0.0.166 → 0.0.170
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4753,7 +4753,7 @@
|
|
|
4753
4753
|
class PlayerPendingWithdrawals extends SvelteElement {
|
|
4754
4754
|
constructor(options) {
|
|
4755
4755
|
super();
|
|
4756
|
-
this.shadowRoot.innerHTML = `<style>.PendingWithdrawalsWrapper{color:#07072A;padding:50px 50px 30px 50px;max-width:100%}.PendingWithdrawalsWrapper.PendingWithdrawalsWrapperMobile{padding:20px 15px;max-width:unset}.MenuReturnButton{color:#D0046C;display:inline-flex;align-items:center;column-gap:10px;margin-bottom:
|
|
4756
|
+
this.shadowRoot.innerHTML = `<style>.PendingWithdrawalsWrapper{color:#07072A;padding:50px 50px 30px 50px;max-width:100%}.PendingWithdrawalsWrapper.PendingWithdrawalsWrapperMobile{padding:20px 15px;max-width:unset}.MenuReturnButton{color:#D0046C;display:inline-flex;align-items:center;column-gap:10px;margin-bottom:10px}.MenuReturnButton svg{fill:#D0046C}.PendingWithdrawalsTitle{font-size:26px;color:#D0046C;font-weight:400}.PendingWithdrawalsTitleMobile{font-size:16px}.PendingWithdrawalsTitleNone{display:none}.PendingWithdrawalsIframeWrapper iframe{border:none;width:100%;height:85vh}</style>`;
|
|
4757
4757
|
|
|
4758
4758
|
init(
|
|
4759
4759
|
this,
|