Code optimization and fixes
This commit is contained in:
@@ -50,9 +50,10 @@
|
||||
|
||||
// Gallery
|
||||
.gallery {
|
||||
&__images--photo {
|
||||
background-color: $color-secondary;
|
||||
box-shadow: 0 15px 60px rgba(#000, 0.3);
|
||||
&__images {
|
||||
&--photo {
|
||||
background-color: $color-secondary;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -79,6 +79,13 @@
|
||||
.gallery {
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
||||
// Specific box shadow for images
|
||||
&__images {
|
||||
&--photo {
|
||||
box-shadow: 0 16px pxVW(40) rgba(#2E025C, 0.4);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Information
|
||||
|
||||
Reference in New Issue
Block a user