bug: fux cursor

This commit is contained in:
Quangnhankie 2021-09-14 18:26:43 +07:00
parent 9987eda297
commit e00084ce45
3 changed files with 3 additions and 1 deletions

View File

@ -28,6 +28,7 @@
margin-right: 0.8rem;
background-color: var(--gray);
border-radius: 0.8rem;
cursor: pointer;
&.active {
color:white;
background-color: var(--primary);

View File

@ -19,6 +19,7 @@
padding: 0 1.6rem;
margin-right: 0.8rem;
border-radius: 0.8rem;
cursor: pointer;
&.active {
@apply font-bold relative;
color:var(--text-active);

View File

@ -6,7 +6,7 @@
background-color: white;
.inner{
height: 100vh;
padding: 8rem;
.logo{
margin-top: 2rem;
}