Same SVG selector for install page
This commit is contained in:
parent
be633bf903
commit
efecfd926a
|
@ -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;
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user