Arrows slightly darker, not outlined
This commit is contained in:
parent
2a8fdf457b
commit
abcd4850d3
1 changed files with 10 additions and 5 deletions
|
@ -40,9 +40,14 @@ $slider-nav: 200px;
|
|||
}
|
||||
}
|
||||
|
||||
.arrow:before {
|
||||
font-size: 45px;
|
||||
padding: 58px 0 88px 0;
|
||||
background-color: rgba(128, 128, 128, 0.57);
|
||||
margin: 0;
|
||||
// Slideshow navigation arrows
|
||||
.arrow {
|
||||
text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
|
||||
|
||||
&:before {
|
||||
font-size: 45px;
|
||||
padding: 58px 0 88px 0;
|
||||
// background-color: rgba(128, 128, 128, 0.57);
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue