Same SVG selector for install page

This commit is contained in:
narcolepticinsomniac 2017-11-29 05:37:37 -05:00 committed by GitHub
parent be633bf903
commit efecfd926a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -15,11 +15,15 @@ a:hover {
}
img.icon,
svg.icon {
.svg-icon {
height: 1.4em;
vertical-align: middle;
}
.svg-icon {
margin-left: 2px;
}
.container {
display: flex;
height: 100vh;

View File

@ -137,7 +137,7 @@
$element({
tag: 'svg#svg',
viewBox: '0 0 20 20',
class: 'icon',
class: 'svg-icon',
appendChild: $element({
tag: 'svg#path',
d: 'M4,4h5v2H6v8h8v-3h2v5H4V4z M11,3h6v6l-2-2l-4,4L9,9l4-4L11,3z'