From 9fa4f64c4e03fbdb896c62dd37e36a4dc3e39e17 Mon Sep 17 00:00:00 2001 From: Jonas Leder <git@jonasled.de> Date: Wed, 24 Mar 2021 23:20:10 +0100 Subject: [PATCH] remove dialog stylesheet --- scss/_dialog.scss | 40 ---------------------------------------- scss/style.scss | 1 - 2 files changed, 41 deletions(-) delete mode 100644 scss/_dialog.scss diff --git a/scss/_dialog.scss b/scss/_dialog.scss deleted file mode 100644 index 816068b..0000000 --- a/scss/_dialog.scss +++ /dev/null @@ -1,40 +0,0 @@ -.dialog { - position: fixed; - z-index: 1; - left: 0; - top: 0; - width: 100%; - height: 100%; - overflow: auto; - background-color: rgb(0,0,0); - background-color: rgba(0,0,0,0.9); - - .close { - position: absolute; - top: 15px; - right: 35px; - color: #f1f1f1; - font-size: 40px; - font-weight: bold; - transition: 0.3s; - } - - .close:hover, - .close:focus { - color: #bbb; - text-decoration: none; - cursor: pointer; - } -} - -.dialogContent { - padding-top: 20px; - margin: auto; - max-width: 80%; - max-height: 80%; - text-align: center; - img { - max-height: auto; - max-width: 100%; - } -} \ No newline at end of file diff --git a/scss/style.scss b/scss/style.scss index 3321faf..7101dcd 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -14,5 +14,4 @@ @import "mobile"; @import "menuMobile"; @import "mobileSmall"; -@import "dialog"; @import "../node_modules/basiclightbox/src/styles/main"; \ No newline at end of file -- GitLab