mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
25 lines
357 B
SCSS
25 lines
357 B
SCSS
.signature-request-footer {
|
|
display: flex;
|
|
border-top: 1px solid var(--color-border-muted);
|
|
|
|
button {
|
|
text-transform: uppercase;
|
|
flex: 1;
|
|
margin: 1rem 0.5rem;
|
|
}
|
|
|
|
button:first-child {
|
|
flex: 1 1 100%;
|
|
padding: 0;
|
|
}
|
|
|
|
button:last-child {
|
|
flex: 1 1 100%;
|
|
margin-right: 1rem;
|
|
}
|
|
|
|
&__tooltip {
|
|
display: flex;
|
|
}
|
|
}
|