diff --git a/agaric/sass/agaric/_component.hero.scss b/agaric/sass/agaric/_component.hero.scss index f85f6ea..73e53a3 100644 --- a/agaric/sass/agaric/_component.hero.scss +++ b/agaric/sass/agaric/_component.hero.scss @@ -17,7 +17,6 @@ background-position: center; background-size: cover; background-repeat: no-repeat; - // &::before { position: absolute; display: block; @@ -30,7 +29,6 @@ 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; }