Same SVG selector for install page
This commit is contained in:
parent
be633bf903
commit
efecfd926a
|
@ -15,11 +15,15 @@ a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
img.icon,
|
img.icon,
|
||||||
svg.icon {
|
.svg-icon {
|
||||||
height: 1.4em;
|
height: 1.4em;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.svg-icon {
|
||||||
|
margin-left: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
|
|
@ -137,7 +137,7 @@
|
||||||
$element({
|
$element({
|
||||||
tag: 'svg#svg',
|
tag: 'svg#svg',
|
||||||
viewBox: '0 0 20 20',
|
viewBox: '0 0 20 20',
|
||||||
class: 'icon',
|
class: 'svg-icon',
|
||||||
appendChild: $element({
|
appendChild: $element({
|
||||||
tag: 'svg#path',
|
tag: 'svg#path',
|
||||||
d: 'M4,4h5v2H6v8h8v-3h2v5H4V4z M11,3h6v6l-2-2l-4,4L9,9l4-4L11,3z'
|
d: 'M4,4h5v2H6v8h8v-3h2v5H4V4z M11,3h6v6l-2-2l-4,4L9,9l4-4L11,3z'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user