Last active
August 29, 2015 14:18
-
-
Save Qvatra/21d5630cbed9ebd7b610 to your computer and use it in GitHub Desktop.
Slidershow for famo.us css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.projects-assets-nav-button { | |
text-align: center; | |
color: rgba(255,255,255,0.8); | |
cursor: pointer; | |
font-size: 4em; | |
line-height: 1em; | |
} | |
.projects-assets-nav-button:hover { | |
color: rgb(252, 236, 60); | |
} | |
.projects-assets-bubble-button { | |
border-color: rgba(252, 236, 60, 0.8); | |
cursor: pointer; | |
box-shadow: 10px 6px 35px 0px rgb(33, 33, 33); | |
border-style: solid; | |
} | |
.projects-assets-bubble-button:hover { | |
border-color: rgb(252, 236, 60); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment