cleanup footer
This commit is contained in:
parent
4035aa4eed
commit
b1cf7b390e
|
@ -19,6 +19,13 @@
|
||||||
|
|
||||||
.hashicorp-project{
|
.hashicorp-project{
|
||||||
margin-top: 24px;
|
margin-top: 24px;
|
||||||
|
&:hover{
|
||||||
|
svg{
|
||||||
|
.svg-bg-line{
|
||||||
|
opacity: .4;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-right{
|
.pull-right{
|
||||||
|
|
|
@ -287,6 +287,14 @@
|
||||||
@include transition(all 300ms ease-in);
|
@include transition(all 300ms ease-in);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.svg-bg-line{
|
||||||
|
@include transition(all 300ms ease-in);
|
||||||
|
|
||||||
|
&:hover{
|
||||||
|
@include transition(all 300ms ease-in);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue