add hover cursor on pictures
This commit is contained in:
parent
a27aa02797
commit
4b71d96e29
1 changed files with 8 additions and 0 deletions
|
@ -285,6 +285,10 @@ $gray: #919EB1;
|
|||
max-height: 250px;
|
||||
padding-bottom:10px;
|
||||
margin-top: 5px;
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
// pic set
|
||||
|
@ -309,6 +313,10 @@ $gray: #919EB1;
|
|||
.add-padding{
|
||||
padding: 2.5px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
/* for links */
|
||||
|
|
Loading…
Add table
Reference in a new issue