Skip to content

Instantly share code, notes, and snippets.

@Korveld
Created May 22, 2015 12:04
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 Korveld/d0d8fa3c1d7010401352 to your computer and use it in GitHub Desktop.
Save Korveld/d0d8fa3c1d7010401352 to your computer and use it in GitHub Desktop.
Lightbox sass file
.overlay
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7)
display: none
height: 100%
left: 0
position: fixed
text-align: center
top: 0
width: 100%
z-index: 10000
.lightbox
background: #e0e0e0
box-sizing: border-box
-webkit-box-sizing: border-box
display: none
left: 50%
margin: auto
padding: 36px 70px 45px 70px
position: fixed
top: 50%
transform: translate(-50%, -50%)
-webkit-transform: translate(-50%, -50%)
width: 762px
min-height: 513px
z-index: 10001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment