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