From 3647ff37c565c77ebd1e68fce1552201c35b5cb3 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 15 May 2018 15:28:17 +0400 Subject: Complete redesign of site styles Signed-off-by: Valentin Popov --- _scss/components/theme/_image.scss | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 _scss/components/theme/_image.scss (limited to '_scss/components/theme/_image.scss') diff --git a/_scss/components/theme/_image.scss b/_scss/components/theme/_image.scss deleted file mode 100644 index dfb2513..0000000 --- a/_scss/components/theme/_image.scss +++ /dev/null @@ -1,29 +0,0 @@ -@import 'utilities/boxshadow'; - -img { - max-width: 100%; - width: auto; - - &:hover { - @include box-shadow(0 0 10px rgba(0, 0, 0, .5)); - } -} - -.fullscreen { - background: rgba(0, 0, 0, .5); - display: none; - height: 100%; - left: 0; - position: fixed; - text-align: center; - top: 0; - width: 100%; - - &:target { - display: block; - } - - img { - margin-top: 10rem; - } -} -- cgit v1.2.3