Skip to content

Instantly share code, notes, and snippets.

@loopyz
Last active July 30, 2018 03:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loopyz/fae85100320b1d37aedc3324b569e7c5 to your computer and use it in GitHub Desktop.
Save loopyz/fae85100320b1d37aedc3324b569e7c5 to your computer and use it in GitHub Desktop.
Customizations for www.producthunt.com via StyleURL.
.voteButtonAside_1094f .orangeSolidColor_1132c {
width: 100%;
animation-name: pulse_animation;
animation-duration: 5000ms;
transform-origin:70% 70%;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@keyframes pulse_animation {
0% { transform: scale(1); }
30% { transform: scale(1); }
40% { transform: scale(1.08); }
50% { transform: scale(1); }
60% { transform: scale(1); }
70% { transform: scale(1.05); }
80% { transform: scale(1); }
100% { transform: scale(1); }
}
.bigButton_645b3 {
height: 100px;
}
.voters_5df25 {
margin-top: 20px;
margin-left: unset;
}
.voteButtonAside_1094f {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: block;
}
---
version: 1.0
domains:
- www.producthunt.com
url_patterns:
- www.producthunt.com/*
timestamp: '2018-07-30T03:33:04Z'
id: Qf5m
redirect_url: https://www.producthunt.com/posts/styleurl
shared_via: 'StyleURL – import and export CSS changes from Chrome Inspector to a Gist
you can share (like this one!). Get it now: https://styleurl.app '
@loopyz
Copy link
Author

loopyz commented Jul 30, 2018

📷 Screenshot

Screenshot of changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment