Fixing styling of SVG icons
This commit is contained in:
parent
73bdbb0e16
commit
ebea2d815b
@ -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