mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
18 lines
263 B
SCSS
18 lines
263 B
SCSS
|
.edit-gas-display {
|
||
|
.radio-group {
|
||
|
margin: 20px auto;
|
||
|
}
|
||
|
|
||
|
&__advanced-button {
|
||
|
display: block;
|
||
|
margin: 0 auto;
|
||
|
background: transparent;
|
||
|
color: $primary-1;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.advanced-gas-controls {
|
||
|
margin-top: 20px;
|
||
|
}
|
||
|
}
|