Change Finger icon SVG to PNG
- Suggestion DeCabeza until FontAwesome is inserted. - Remove SVG and convert to PNG
This commit is contained in:
committed by
taitus
parent
5fd9b2b633
commit
f317514258
@@ -1,17 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
||||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
||||||
viewBox="-49 141 512 512" style="enable-background:new -49 141 512 512;" xml:space="preserve">
|
|
||||||
<path style="fill:#FFFFFF;" d="M271,653c-44.117,0-85.611-17.173-116.779-48.363L16.28,466.696
|
|
||||||
c-7.701-7.701-11.947-17.92-11.947-28.821C4.333,415.283,22.595,397,45.08,397c9.877,0,19.776,2.325,28.608,6.741l58.645,29.333
|
|
||||||
V183.667C132.333,160.136,151.469,141,175,141s42.667,19.136,42.667,42.667v69.739c6.272-3.648,13.568-5.739,21.333-5.739
|
|
||||||
c18.581,0,34.432,11.947,40.277,28.544C286.061,271.667,294.232,269,303,269c18.581,0,34.432,11.947,40.277,28.544
|
|
||||||
c6.784-4.544,14.955-7.211,23.723-7.211c23.531,0,42.667,19.136,42.667,42.667v181.333C409.667,590.792,347.459,653,271,653z
|
|
||||||
M45.08,418.333c-10.709,0-19.413,8.704-19.413,19.413c0,5.312,2.027,10.197,5.696,13.845l137.963,137.941
|
|
||||||
c27.136,27.179,63.232,42.133,101.653,42.133c64.704,0,117.355-52.629,117.355-117.333V333c0-11.755-9.557-21.333-21.333-21.333
|
|
||||||
s-21.333,9.579-21.333,21.333v53.333c0,5.888-4.779,10.667-10.667,10.667c-5.888,0-10.667-4.779-10.667-10.667v-74.667
|
|
||||||
c0-11.755-9.557-21.333-21.333-21.333s-21.333,9.579-21.333,21.333v74.667c0,5.888-4.779,10.667-10.667,10.667
|
|
||||||
s-10.667-4.779-10.667-10.667v-96c0-11.755-9.557-21.333-21.333-21.333s-21.333,9.579-21.333,21.333v96
|
|
||||||
c0,5.888-4.779,10.667-10.667,10.667c-5.888,0-10.667-4.779-10.667-10.667V183.667c0-11.755-9.557-21.333-21.333-21.333
|
|
||||||
s-21.333,9.579-21.333,21.333v266.667c0,3.691-1.92,7.125-5.056,9.067c-3.115,1.941-7.061,2.112-10.368,0.469l-74.091-37.035
|
|
||||||
C58.243,419.891,51.672,418.333,45.08,418.333z"/>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 1.6 KiB |
BIN
app/assets/images/finger.png
Normal file
BIN
app/assets/images/finger.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
@@ -560,8 +560,8 @@
|
|||||||
font-size: rem-calc(60);
|
font-size: rem-calc(60);
|
||||||
line-height: rem-calc(80);
|
line-height: rem-calc(80);
|
||||||
|
|
||||||
.icon-finger::before {
|
img {
|
||||||
font-size: rem-calc(60);
|
max-width: rem-calc(50)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -647,9 +647,8 @@
|
|||||||
line-height: rem-calc(250);
|
line-height: rem-calc(250);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
img {
|
img{
|
||||||
width: 4cm;
|
max-width: rem-calc(150)
|
||||||
height: 2.5cm;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<h1>
|
<h1>
|
||||||
<%= t("dashboard.poster.index.poster_title") %>
|
<%= t("dashboard.poster.index.poster_title") %>
|
||||||
<br>
|
<br>
|
||||||
<span class="title-quote icon-finger"></span>
|
<%= image_tag("finger.png") %>
|
||||||
<%= t("dashboard.poster.index.poster_subtitle") %>
|
<%= t("dashboard.poster.index.poster_subtitle") %>
|
||||||
</h1>
|
</h1>
|
||||||
<p class="intro"><%= t("dashboard.poster.index.intro_text").html_safe %></p>
|
<p class="intro"><%= t("dashboard.poster.index.intro_text").html_safe %></p>
|
||||||
|
|||||||
@@ -11,8 +11,8 @@
|
|||||||
<h1>
|
<h1>
|
||||||
<%= t("dashboard.poster.index.poster_title") %>
|
<%= t("dashboard.poster.index.poster_title") %>
|
||||||
<br>
|
<br>
|
||||||
<%= wicked_pdf_image_tag 'finger.svg' %>
|
<%= wicked_pdf_image_tag("finger.png") %>
|
||||||
<%= t("dashboard.poster.index.poster_subtitle") %>
|
<%= t("dashboard.poster.index.poster_subtitle") %>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<p class="intro">
|
<p class="intro">
|
||||||
|
|||||||
Reference in New Issue
Block a user