A Metamask fork with Infura removed and default networks editable
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.
 
 
 
 
 
ciphermask/ui/components/app/approve-content-card/index.scss

51 lines
784 B

.approve-content-card-container {
&__card,
&__card--no-border {
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-header {
position: relative;
&__symbol {
width: auto;
}
&__symbol--aligned {
width: 100%;
}
&__title {
width: 100%;
}
&__title--aligned {
margin-inline-start: 27px;
position: absolute;
width: auto;
}
}
&__card-content--aligned {
margin-inline-start: 42px;
}
&__transaction-details-extra-content {
width: 100%;
}
&__data {
width: 100%;
&__data-block {
overflow-wrap: break-word;
}
}
}