Created
November 4, 2013 15:58
-
-
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
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
.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