settings-click-area #825

Open
Yeuvoir wants to merge 1 commits from Yeuvoir/forgeplus-react:feature/settings-click-area into master
1 changed files with 5 additions and 1 deletions

View File

@ -47,7 +47,11 @@
cursor: default;
a{
display: block;
width: 100%;
height: 100%;
color: #666;
cursor: pointer;
&:hover{
color: #333;
}
@ -193,4 +197,4 @@
}
.blue-Purple{
color: #466AFF !important;
}
}