You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
718 B
41 lines
718 B
.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;
|
|
margin-inline-start: 96px;
|
|
margin-inline-end: 96px;
|
|
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%;
|
|
}
|
|
}
|
|
|