Skip to content

Commit

Permalink
Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsekulic committed Sep 23, 2022
1 parent d69e946 commit 530e3bd
Showing 1 changed file with 69 additions and 69 deletions.
138 changes: 69 additions & 69 deletions ui/pages/token-allowance/index.scss
Original file line number Diff line number Diff line change
@@ -1,84 +1,84 @@
.token-allowance-container {
width: inherit;

&__icon-display-content {
width: fit-content;
height: 40px;
border: 1px solid var(--color-border-muted);
box-sizing: border-box;
border-radius: 100px;
position: relative;

&__siteimage-identicon {
width: 24px;
height: 24px;
margin-top: 4px;
box-shadow: none;
background: none;
}
}
width: inherit;

a.token-allowance-container__verify-link {
padding: 0;
}
&__icon-display-content {
width: fit-content;
height: 40px;
border: 1px solid var(--color-border-muted);
box-sizing: border-box;
border-radius: 100px;
position: relative;

&__card-wrapper {
width: 100%;
&__siteimage-identicon {
width: 24px;
height: 24px;
margin-top: 4px;
box-shadow: none;
background: none;
}
}

&__transaction-details-extra-content {
width: 100%;
}
a.token-allowance-container__verify-link {
padding: 0;
}

&__card,
&__card--no-border {
display: flex;
flex-flow: column;
border-bottom: 1px solid var(--color-border-default);
position: relative;
padding-inline-start: 24px;
padding-inline-end: 24px;
}
&__card-wrapper {
width: 100%;
}

&__transaction-details-extra-content {
width: 100%;
}

&__card,
&__card--no-border {
display: flex;
flex-flow: column;
border-bottom: 1px solid var(--color-border-default);
position: relative;
padding-inline-start: 24px;
padding-inline-end: 24px;
}

&__card--no-border {
border-bottom: none;
}

&__card--no-border {
border-bottom: none;
&__card-header {
position: relative;

&__symbol {
width: auto;
}

&__card-header {
position: relative;

&__symbol {
width: auto;
}

&__symbol--aligned {
width: 100%;
}

&__title {
width: 100%;
}

&__title--aligned {
margin-inline-start: 27px;
position: absolute;
width: auto;
}

&__symbol--aligned {
width: 100%;
}

&__data {
width: 100%;

&__data-block {
overflow-wrap: break-word;
}
&__title {
width: 100%;
}

&__full-tx-content {
max-width: 100%;
&__title--aligned {
margin-inline-start: 27px;
position: absolute;
width: auto;
}

&__card-content--aligned {
margin-inline-start: 42px;
}

&__data {
width: 100%;

&__data-block {
overflow-wrap: break-word;
}
}

&__full-tx-content {
max-width: 100%;
}

&__card-content--aligned {
margin-inline-start: 42px;
}
}

0 comments on commit 530e3bd

Please sign in to comment.