Skip to content

Instantly share code, notes, and snippets.

@pavei
Created August 24, 2017 01:59
Show Gist options
  • Save pavei/57a52bcd955de2719b030905ef8e4cbf to your computer and use it in GitHub Desktop.
Save pavei/57a52bcd955de2719b030905ef8e4cbf to your computer and use it in GitHub Desktop.
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