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.
99 lines
1.5 KiB
99 lines
1.5 KiB
@import 'confirm-page-container-warning/index';
|
|
@import 'confirm-page-container-summary/index';
|
|
|
|
.confirm-page-container-content {
|
|
overflow-y: auto;
|
|
height: 100%;
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
&__error-container {
|
|
padding: 0 16px 16px 16px;
|
|
}
|
|
|
|
&__details {
|
|
box-sizing: border-box;
|
|
padding: 0 24px;
|
|
}
|
|
|
|
&__data {
|
|
padding: 16px;
|
|
color: var(--oslo-gray);
|
|
|
|
& > .disclosure {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
|
|
&__data-box {
|
|
@include H7;
|
|
|
|
background-color: #f9fafa;
|
|
padding: 12px;
|
|
word-wrap: break-word;
|
|
overflow-y: auto;
|
|
|
|
&-label {
|
|
@include H7;
|
|
|
|
text-transform: uppercase;
|
|
padding: 8px 0 12px;
|
|
}
|
|
}
|
|
|
|
&__data-field {
|
|
display: flex;
|
|
flex-direction: row;
|
|
|
|
&-label {
|
|
font-weight: 500;
|
|
padding-right: 16px;
|
|
}
|
|
|
|
&:not(:last-child) {
|
|
margin-bottom: 5px;
|
|
}
|
|
}
|
|
|
|
&__gas-fee {
|
|
border-bottom: 1px solid var(--geyser);
|
|
|
|
.advanced-gas-inputs__gas-edit-rows {
|
|
margin-bottom: 16px;
|
|
}
|
|
}
|
|
|
|
&__function-type {
|
|
@include H6;
|
|
|
|
font-weight: 500;
|
|
text-transform: capitalize;
|
|
color: var(--black);
|
|
padding-left: 5px;
|
|
}
|
|
|
|
&__tab {
|
|
@include H7;
|
|
|
|
color: #8c8e94;
|
|
text-transform: uppercase;
|
|
margin: 0 8px;
|
|
|
|
& button {
|
|
font-size: unset;
|
|
color: #8c8e94;
|
|
text-transform: uppercase;
|
|
}
|
|
}
|
|
|
|
.page-container__footer {
|
|
margin-top: auto;
|
|
}
|
|
|
|
&__currency-container,
|
|
&__total-amount,
|
|
&__total-value {
|
|
position: relative;
|
|
}
|
|
}
|
|
|