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.
24 lines
357 B
24 lines
357 B
.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;
|
|
}
|
|
}
|
|
|