Created
August 24, 2017 01:59
-
-
Save pavei/57a52bcd955de2719b030905ef8e4cbf to your computer and use it in GitHub Desktop.
This file contains hidden or 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
page-story-photo { | |
.fab-md-danger { | |
color: white !important; | |
background-color: transparent !important; | |
box-shadow: none !important; | |
} | |
.fab-md-dark { | |
background-color: white; | |
-webkit-box-shadow: 0px 0px 7px 21px rgba(255, 255, 255, 0.68); | |
-moz-box-shadow: 0px 0px 7px 21px rgba(255, 255, 255, 0.68); | |
box-shadow: 0px 0px 7px 21px rgba(255, 255, 255, 0.68); | |
margin-bottom: 50px !important; | |
} | |
.scroll-content { | |
overflow-y: hidden !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment