Skip to content

Instantly share code, notes, and snippets.

@Chitrank-Dixit
Created November 4, 2013 15:58
Show Gist options
  • Save Chitrank-Dixit/7304729 to your computer and use it in GitHub Desktop.
Save Chitrank-Dixit/7304729 to your computer and use it in GitHub Desktop.
Customized Panels that we used in Eventus trending_event.html and profile.html
.well-inverse {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #ffffff;
border: 1px solid #e3e3e3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
/* -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.05); */
box-shadow: 5px 5px rgba(0, 0, 0, 0.10);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment