Fixing styling of SVG icons
This commit is contained in:
parent
21b4915f41
commit
30634d8eab
@ -19,6 +19,7 @@ a {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
vertical-align: middle;
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
@ -355,6 +356,15 @@ header {
|
||||
}
|
||||
}
|
||||
|
||||
#open-iconic {
|
||||
display: none;
|
||||
|
||||
path {
|
||||
stroke: none;
|
||||
fill-opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
padding: 0 rhythm(1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user