File size: 460 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
.help-center-feedback__form {
margin-top: 2.5rem;
p {
font-size: 0.875rem;
font-style: italic;
margin-bottom: 0.5rem;
}
.help-center-feedback-form__buttons {
display: flex;
flex-direction: row;
gap: 20px;
button {
display: flex;
flex-direction: row;
align-items: center;
gap: 5px;
cursor: pointer;
color: var(--color-neutral-80);
// Atomic fix
background-color: transparent;
border: none;
padding: 0;
}
}
}
|