mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 08:54:13 +00:00
style: change cursor
This commit is contained in:
parent
50687c97ca
commit
6ac65c1948
1 changed files with 1 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 25px 20px;
|
padding: 25px 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
cursor: pointer;
|
||||||
background: linear-gradient(rgb(24 24 27 / 50%), transparent);
|
background: linear-gradient(rgb(24 24 27 / 50%), transparent);
|
||||||
border: 1px solid var(--color-neutral-200);
|
border: 1px solid var(--color-neutral-200);
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
|
|
@ -107,7 +108,6 @@
|
||||||
font-size: var(--font-sm);
|
font-size: var(--font-sm);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
cursor: default;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue