2021-06-24 01:39:44 +02:00
|
|
|
.edit-gas-display {
|
2021-06-28 16:45:08 +02:00
|
|
|
&__top-tooltip {
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
.info-tooltip {
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
img {
|
|
|
|
height: 10px;
|
|
|
|
width: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-07-01 16:36:48 +02:00
|
|
|
button.edit-gas-display__dapp-acknowledgement-button {
|
2021-07-16 17:00:03 +02:00
|
|
|
margin: 40px auto 0 auto;
|
2021-07-01 16:36:48 +02:00
|
|
|
display: block;
|
2022-05-25 17:35:36 +02:00
|
|
|
color: var(--color-warning-default);
|
|
|
|
border: 1px solid var(--color-warning-default);
|
2021-07-01 16:36:48 +02:00
|
|
|
text-transform: unset;
|
|
|
|
width: auto;
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
|
2021-06-24 01:39:44 +02:00
|
|
|
.radio-group {
|
|
|
|
margin: 20px auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.advanced-gas-controls {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
2021-06-28 16:45:08 +02:00
|
|
|
|
2021-09-14 11:02:13 +02:00
|
|
|
&__scroll-bottom {
|
|
|
|
margin-bottom: -20px;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
2021-06-24 01:39:44 +02:00
|
|
|
}
|