You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
267 B
19 lines
267 B
5 years ago
|
.signature-request-footer {
|
||
4 years ago
|
display: flex;
|
||
|
border-top: 1px solid #d2d8dd;
|
||
5 years ago
|
|
||
4 years ago
|
button {
|
||
|
text-transform: uppercase;
|
||
|
flex: 1;
|
||
|
margin: 1rem 0.5rem;
|
||
|
}
|
||
5 years ago
|
|
||
4 years ago
|
button:first-child {
|
||
4 years ago
|
margin-left: 1rem;
|
||
|
}
|
||
|
|
||
4 years ago
|
button:last-child {
|
||
4 years ago
|
margin-right: 1rem;
|
||
|
}
|
||
|
}
|