diff --git a/scss/_dialog.scss b/scss/_dialog.scss deleted file mode 100644 index 816068b5d798979182bf02ee74faf288c82dd902..0000000000000000000000000000000000000000 --- 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 3321faf465c3e6c9529aa85997b67a72762b2c61..7101dcd9b1a0fded7e3a8856bf846a9726110c68 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