added pointer to link class
This commit is contained in:
parent
84462be55a
commit
16dfaf8943
|
@ -19,6 +19,7 @@ input[type=reset]::-moz-focus-inner
|
|||
}
|
||||
.link{
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
&:hover{
|
||||
color: $main-01!important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue