socialnetworknews-web

A open-source Paper.li clone
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.git
Log | Files | Refs | README | LICENSE

commit 440fa1aef091b01c5290d346799e1ce212111e08
parent a8e51b2364412839ea45c8a1155e9b9125b77837
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 26 Mar 2018 17:40:22 +0200

Cleanup paper css

Diffstat:
Msrc/app/paper/paper.component.scss | 45---------------------------------------------
1 file changed, 0 insertions(+), 45 deletions(-)

diff --git a/src/app/paper/paper.component.scss b/src/app/paper/paper.component.scss @@ -24,48 +24,3 @@ text-align: center; font-size: 24px !important; } - -/* Made by https://codepen.io/gschier/pen/HCoqh */ - -.lightbox { - /** Default lightbox to hidden */ - display: none; - - /** Position and style */ - position: fixed; - z-index: 999; - width: 100%; - height: 100%; - text-align: center; - top: 0; - left: 0; - background: rgba(0,0,0,0.8); -} - -.lightbox > .img-wrapper { - width: 50%; - height: 50%; - overflow: auto; - margin: auto; - position: absolute; - top: 0; - left: 0; - bottom: 0; - right: 0; -} - -.lightbox > .img-wrapper img { - /** Pad the lightbox image */ - max-width: 90%; - max-height: 80%; - //margin-top: 2%; - position: relative; -} - -.lightbox:target { - /** Remove default browser outline */ - outline: none; - - /** Unhide lightbox **/ - display: block; -}