Arrows slightly darker, not outlined

This commit is contained in:
Oleg Lavrovsky 2017-09-15 14:20:04 +02:00
parent 2a8fdf457b
commit abcd4850d3
1 changed files with 10 additions and 5 deletions

View File

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