From 8a43d60d4467c6c93067583be12399b0f1add868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 14 Dec 2018 21:26:36 -0500 Subject: [PATCH] Delete code that was commented out before i accidentally uncommented it so, // at the start and // at the end, even on lines by themselves, are not empty comments in Sass but apparently a multiline commenting out everything in between them. --- agaric/sass/agaric/_component.hero.scss | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/agaric/sass/agaric/_component.hero.scss b/agaric/sass/agaric/_component.hero.scss index 1206c3d..65811f5 100644 --- a/agaric/sass/agaric/_component.hero.scss +++ b/agaric/sass/agaric/_component.hero.scss @@ -17,18 +17,6 @@ background-position: center; background-size: cover; background-repeat: no-repeat; - &::before { - position: absolute; - display: block; - top: 0; - right: 0; - left: 0; - height: 11em; - content: ""; - background: -webkit-linear-gradient(top, rgba(13,30,52,1) 25%,rgba(13,30,52,0) 100%); - background: -moz-linear-gradient(top, rgba(13,30,52,1) 25%, rgba(13,30,52,0) 100%); - background: linear-gradient(to bottom, rgba(13,30,52,1) 25%,rgba(13,30,52,0) 100%); - } a .icon { color: $dandelion; }