0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-24 22:05:56 -05:00

style(ui): add cursor pointer to terms

add cursor pointer to terms
This commit is contained in:
simeng-li 2022-11-10 10:43:32 +08:00
parent f64a0f2df4
commit 8f96915517
No known key found for this signature in database
GPG key ID: 14EA7BB1541E8075

View file

@ -4,11 +4,13 @@
@include _.flex-row;
width: 100%;
user-select: none;
cursor: pointer;
}
.checkBox {
margin-right: _.unit(2);
fill: var(--color-type-secondary);
cursor: pointer;
}
.content {