use font icons instead of images for navigation
This commit is contained in:
parent
24c9693832
commit
9dadedff3f
5 changed files with 55 additions and 38 deletions
|
@ -20,6 +20,16 @@
|
|||
opacity: 0;
|
||||
background: center no-repeat;
|
||||
box-shadow: none;
|
||||
padding: 0 3em;
|
||||
}
|
||||
|
||||
.navigate > span {
|
||||
color: #000;
|
||||
font-size: 13em;
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 13em;
|
||||
top: 35%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.navigate:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue