mirror of
https://github.com/nickzuber/meteorite.git
synced 2024-12-01 16:32:48 +03:00
Hover all the things
This commit is contained in:
parent
fa19b533a6
commit
206a4f5b80
@ -14,7 +14,7 @@ const version = require('../../../package.json').version + hash;
|
|||||||
|
|
||||||
function createImagePlaceholder (highlight) {
|
function createImagePlaceholder (highlight) {
|
||||||
return (
|
return (
|
||||||
<ImagePlaceholder>
|
<ImagePlaceholder className="hover">
|
||||||
{/* navigation backdrop */}
|
{/* navigation backdrop */}
|
||||||
<div style={{
|
<div style={{
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
@ -638,7 +638,7 @@ export default function Scene ({loggedIn, onLogout, ...props}) {
|
|||||||
</SmallText>
|
</SmallText>
|
||||||
</BottomLinkContainer>
|
</BottomLinkContainer>
|
||||||
</LandingMessage>
|
</LandingMessage>
|
||||||
<ImageContainer />
|
<ImageContainer className="hover" />
|
||||||
<Curve />
|
<Curve />
|
||||||
</div>
|
</div>
|
||||||
<Section className="section">
|
<Section className="section">
|
||||||
|
Loading…
Reference in New Issue
Block a user