Skip to content

Instantly share code, notes, and snippets.

@bholzer
Last active December 15, 2015 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bholzer/5339556 to your computer and use it in GitHub Desktop.
Save bholzer/5339556 to your computer and use it in GitHub Desktop.
Backdrop-
-webkit-transition-delay: 0s;
-webkit-transition-duration: 0.15s;
-webkit-transition-property: opacity;
-webkit-transition-timing-function: linear;
background-color: rgb(30, 30, 30);
bottom: 0px;
color: rgb(56, 56, 56);
display: block;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 13px;
height: 802px;
left: 0px;
line-height: 18px;
opacity: 0.800000011920929;
position: fixed;
right: 0px;
top: 0px;
transition-delay: 0s;
transition-duration: 0.15s;
transition-property: opacity;
transition-timing-function: linear;
width: 1602px;
z-index: 1050;
Modal-
color: rgb(56, 56, 56);
display: block;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 13px;
height: 753.875px;
left: 50%;
line-height: 18px;
margin-bottom: 0px;
margin-left: -784.96875px;
margin-right: 0px;
margin-top: -376.5px;
opacity: 1;
overflow-x: hidden;
overflow-y: hidden;
position: fixed;
top: 50%;
transition-delay: 0s, 0s;
transition-duration: 0.3s, 0.3s;
transition-property: opacity, top;
transition-timing-function: linear, ease-out;
width: 1569.953125px;
z-index: 1050;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment