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