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:
parent
f64a0f2df4
commit
8f96915517
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue