Swap to email icon
This commit is contained in:
parent
c717c95cdb
commit
aba404c336
2 changed files with 8 additions and 14 deletions
|
@ -3,21 +3,15 @@ import ButtonLink from "./ButtonLink.astro"
|
||||||
---
|
---
|
||||||
|
|
||||||
<ButtonLink href={"mai" + "lto:" + "contact@henr" + "yhiles." + "com"}>
|
<ButtonLink href={"mai" + "lto:" + "contact@henr" + "yhiles." + "com"}>
|
||||||
<mdui-icon>
|
<mdui-icon
|
||||||
<svg
|
><svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
width="24"
|
viewBox="0 -960 960 960"
|
||||||
height="24"
|
fill="#e3e3e3"
|
||||||
viewBox="0 0 24 24"
|
|
||||||
><path
|
><path
|
||||||
fill="none"
|
d="M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm320-280L160-640v400h640v-400L480-440Zm0-80 320-200H160l320 200ZM160-640v-80 480-400Z"
|
||||||
stroke="currentColor"
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
stroke-width="2"
|
|
||||||
d="m9.474 16l9.181 3.284a1.1 1.1 0 0 0 1.462-.887L21.99 4.239c.114-.862-.779-1.505-1.567-1.13L2.624 11.605c-.88.42-.814 1.69.106 2.017l2.44.868l1.33.467M13 17.26l-1.99 3.326c-.65.808-1.959.351-1.959-.683V17.24a2 2 0 0 1 .53-1.356l3.871-4.2"
|
|
||||||
></path></svg
|
></path></svg
|
||||||
></mdui-icon
|
></mdui-icon
|
||||||
>
|
>
|
||||||
Contact me for a quote
|
Email me for a quote
|
||||||
</ButtonLink>
|
</ButtonLink>
|
||||||
|
|
|
@ -12,8 +12,8 @@ button,
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
& mdui-icon {
|
& mdui-icon {
|
||||||
height: 1em;
|
height: 1.1em;
|
||||||
width: 1em;
|
width: 1.1em;
|
||||||
color: rgb(var(--primary));
|
color: rgb(var(--primary));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue