2022-10-05 21:48:35 +02:00
|
|
|
.token-allowance-container {
|
|
|
|
&__icon-display-content {
|
|
|
|
width: fit-content;
|
|
|
|
height: 40px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
border-radius: 100px;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
&__siteimage-identicon {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
box-shadow: none;
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
a.token-allowance-container__verify-link {
|
|
|
|
width: fit-content;
|
2023-04-11 05:19:42 +02:00
|
|
|
margin-inline-start: auto;
|
|
|
|
margin-inline-end: auto;
|
2022-10-05 21:48:35 +02:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.token-allowance-container__view-details {
|
|
|
|
width: fit-content;
|
|
|
|
margin-inline-start: 108px;
|
|
|
|
margin-inline-end: 108px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__card-wrapper {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__data {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__full-tx-content {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
2023-07-12 20:32:46 +02:00
|
|
|
|
|
|
|
&__custom-nonce-warning {
|
|
|
|
width: 100%;
|
|
|
|
height: 30px;
|
|
|
|
}
|
2022-10-05 21:48:35 +02:00
|
|
|
}
|