fix(BOOK-529): fix terms and conditions link * fix(BOOK-529): fix terms and conditions link Approved-by: Joakim Jäderberg Approved-by: Matilda Landström
9 lines
128 B
CSS
9 lines
128 B
CSS
.termsAndConditions {
|
|
display: grid;
|
|
gap: var(--Space-x1);
|
|
color: var(--Text-Secondary);
|
|
a {
|
|
display: inline;
|
|
}
|
|
}
|