hover state on info in profile [ci skip]
This commit is contained in:
parent
1b92fe7e7f
commit
bc81c6985a
1 changed files with 5 additions and 0 deletions
|
|
@ -137,6 +137,11 @@ body {
|
||||||
z-index : 30;
|
z-index : 30;
|
||||||
|
|
||||||
padding : 5px 0;
|
padding : 5px 0;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
@include opacity(0.9);
|
||||||
|
}
|
||||||
|
|
||||||
i {
|
i {
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue