Skip to content

Instantly share code, notes, and snippets.

@TheOpenDevProject
Created September 14, 2015 04:04
Show Gist options
  • Save TheOpenDevProject/3dc531d2eac08f32d624 to your computer and use it in GitHub Desktop.
Save TheOpenDevProject/3dc531d2eac08f32d624 to your computer and use it in GitHub Desktop.
----------------------------*/
.modal-card {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
background-color:#fff;
padding:.9em;
font-family: 'Open Sans', sans-serif;
z-index: 999;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment