No SCSS errors anymore

This commit is contained in:
2021-11-01 09:49:58 +01:00
parent c2cdefff6d
commit b4508ee3e3
5 changed files with 56 additions and 7 deletions

View File

@@ -25,7 +25,6 @@
&:hover {
background-color: $-beige;
--icon-color: #{$-grey};
--color: #{$-almost-white};
.LP-LinkList__ItemHover {
opacity: 1;

View File

@@ -1,3 +1,3 @@
//@import 'home/home';
//@import 'placeDetail/placeDetail';
//@import 'codex/codex';
@import 'home/home';
@import 'placeDetail/placeDetail';
@import 'codex/codex';

View File

@@ -4,7 +4,6 @@
max-width: 700px;
max-height: 500px;
width: 50%;
@include RV-BoxShadow--simple($-grey);
box-shadow: 0 0 10px $-grey;
object-fit: cover;
object-position: 0 0;