mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-28 23:06:37 +01:00
067d385012
* Replaced ActionableMessage Instances in edit-gas * Updated BannerAlert className * Changed errorKey to errorMessage * Removing CSS and restoring local key --------- Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
38 lines
640 B
SCSS
38 lines
640 B
SCSS
.edit-gas-display {
|
|
&__top-tooltip {
|
|
text-align: center;
|
|
|
|
.info-tooltip {
|
|
display: inline-block;
|
|
|
|
img {
|
|
height: 10px;
|
|
width: 10px;
|
|
}
|
|
}
|
|
}
|
|
|
|
button.edit-gas-display__dapp-acknowledgement-button {
|
|
margin: 40px auto 0 auto;
|
|
display: block;
|
|
color: var(--color-warning-default);
|
|
border: 1px solid var(--color-warning-default);
|
|
text-transform: unset;
|
|
width: auto;
|
|
background: transparent;
|
|
}
|
|
|
|
.radio-group {
|
|
margin: 20px auto;
|
|
}
|
|
|
|
.advanced-gas-controls {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
&__scroll-bottom {
|
|
margin-bottom: -20px;
|
|
margin-top: 20px;
|
|
}
|
|
}
|