2021-12-03 16:44:23 +01:00
|
|
|
.edit-gas-tooltip {
|
|
|
|
display: inline-block;
|
|
|
|
text-align: right;
|
|
|
|
width: 10%;
|
|
|
|
|
|
|
|
&__container {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
flex-direction: column;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
img {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__message {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__dialog {
|
2022-01-06 18:35:49 +01:00
|
|
|
background-color: var(--Orange-500);
|
2021-12-03 16:44:23 +01:00
|
|
|
border-radius: 30px;
|
|
|
|
margin: 4px 0;
|
|
|
|
text-align: center;
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__label {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__value {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin-bottom: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__values {
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 8px;
|
|
|
|
|
|
|
|
div {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|