mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
19 lines
267 B
SCSS
19 lines
267 B
SCSS
.signature-request-footer {
|
|
display: flex;
|
|
border-top: 1px solid #d2d8dd;
|
|
|
|
button {
|
|
text-transform: uppercase;
|
|
flex: 1;
|
|
margin: 1rem 0.5rem;
|
|
}
|
|
|
|
button:first-child {
|
|
margin-left: 1rem;
|
|
}
|
|
|
|
button:last-child {
|
|
margin-right: 1rem;
|
|
}
|
|
}
|