mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
cleanup footer
This commit is contained in:
parent
4035aa4eed
commit
b1cf7b390e
2 changed files with 15 additions and 0 deletions
|
|
@ -19,6 +19,13 @@
|
|||
|
||||
.hashicorp-project{
|
||||
margin-top: 24px;
|
||||
&:hover{
|
||||
svg{
|
||||
.svg-bg-line{
|
||||
opacity: .4;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.pull-right{
|
||||
|
|
|
|||
|
|
@ -287,6 +287,14 @@
|
|||
@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 a new issue