Arrows slightly darker, not outlined

This commit is contained in:
Oleg Lavrovsky 2017-09-15 14:20:04 +02:00
parent 2a8fdf457b
commit abcd4850d3

View file

@ -40,9 +40,14 @@ $slider-nav: 200px;
} }
} }
.arrow:before { // Slideshow navigation arrows
.arrow {
text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
&:before {
font-size: 45px; font-size: 45px;
padding: 58px 0 88px 0; padding: 58px 0 88px 0;
background-color: rgba(128, 128, 128, 0.57); // background-color: rgba(128, 128, 128, 0.57);
margin: 0; margin: 0;
}
} }