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/confirm-page-container/confirm-detail-row/index.scss

61 lines
863 B

.confirm-detail-row {
padding: 14px 0;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
&__label {
@include H7;
font-weight: 500;
color: $scorpion;
text-transform: uppercase;
}
&__details {
flex: 1;
text-align: end;
min-width: 0;
}
&__primary {
@include H3;
justify-content: flex-end;
}
&__secondary {
color: $oslo-gray;
justify-content: flex-end;
}
&__header-text {
@include H7;
text-transform: uppercase;
margin-bottom: 6px;
color: $scorpion;
&--edit {
color: $primary-blue;
cursor: pointer;
}
&--total {
@include H8;
}
}
.advanced-gas-inputs__gas-edit-rows {
margin-bottom: 16px;
}
.custom-nonce-input {
input {
@include Paragraph;
width: 90px;
}
}
}