mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 04:46:10 +01:00
72 lines
1.3 KiB
SCSS
72 lines
1.3 KiB
SCSS
@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;
|
|
|
|
&--with-top-border {
|
|
border-top: 1px solid var(--color-border-muted);
|
|
}
|
|
|
|
&__error-container {
|
|
padding: 0 16px 16px 16px;
|
|
}
|
|
|
|
&__details {
|
|
box-sizing: border-box;
|
|
padding: 0 24px;
|
|
}
|
|
|
|
&__gas-fee {
|
|
border-bottom: 1px solid var(--color-border-muted);
|
|
|
|
.advanced-gas-inputs__gas-edit-rows {
|
|
margin-bottom: 16px;
|
|
}
|
|
}
|
|
|
|
&__tab {
|
|
@include H7;
|
|
|
|
color: var(--color-text-alternative);
|
|
text-transform: uppercase;
|
|
|
|
& button {
|
|
font-size: unset;
|
|
color: var(--color-text-alternative);
|
|
text-transform: uppercase;
|
|
max-width: 170px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
& .dropdown__select {
|
|
color: var(--color-text-alternative);
|
|
text-transform: uppercase;
|
|
|
|
option {
|
|
text-transform: none;
|
|
}
|
|
}
|
|
|
|
& .dropdown__icon-caret-down {
|
|
top: 40%;
|
|
}
|
|
}
|
|
|
|
.page-container__footer {
|
|
margin-top: auto;
|
|
}
|
|
|
|
&__currency-container,
|
|
&__total-amount,
|
|
&__total-value {
|
|
position: relative;
|
|
}
|
|
}
|