From 18f2f9dd47d2f9a95439ac7f7549ec9d908d3f17 Mon Sep 17 00:00:00 2001 From: Olivier Falcoz Date: Sun, 2 Jul 2023 00:19:37 +0200 Subject: [PATCH] Delete 'assets/sass/components/_image.scss' --- assets/sass/components/_image.scss | 62 ------------------------------ 1 file changed, 62 deletions(-) delete mode 100644 assets/sass/components/_image.scss diff --git a/assets/sass/components/_image.scss b/assets/sass/components/_image.scss deleted file mode 100644 index 301d1e9..0000000 --- a/assets/sass/components/_image.scss +++ /dev/null @@ -1,62 +0,0 @@ -/* - Hugo Story by CaressOfSteel - A (modular, highly tweakable) responsive one-page theme for Hugo. - Ported from Story by HTML5UP. - This Hugo theme is licensed under the Creative Commons Attribution 3.0 License. -*/ - -/* Image */ - - .image { - border: 0; - border-radius: _size(border-radius); - display: inline-block; - position: relative; - - img { - display: block; - border-radius: _size(border-radius); - } - - &.left, - &.right { - width: 40%; - max-width: 10rem; - - img { - width: 100%; - } - } - - &.left { - float: left; - margin: 0 1.5rem 1rem 0; - top: 0.25rem; - } - - &.right { - float: right; - margin: 0 0 1rem 1.5rem; - top: 0.25rem; - } - - &.fit { - display: block; - margin: 0 0 _size(element-margin) 0; - width: 100%; - - img { - width: 100%; - } - } - - &.main { - display: block; - margin: 0 0 (_size(element-margin) * 1.5) 0; - width: 100%; - - img { - width: 100%; - } - } - } \ No newline at end of file