mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
18 lines
333 B
SCSS
18 lines
333 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;
|
||
|
}
|
||
|
}
|