Fixed cursors
This commit is contained in:
parent
592c25113b
commit
b8ad190b36
1 changed files with 8 additions and 0 deletions
|
@ -250,6 +250,10 @@
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
|
> span {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -264,6 +268,10 @@
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
|
||||||
|
> span {
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
|
|
Loading…
Add table
Reference in a new issue