fix: hero icons and css
This commit is contained in:
@@ -1,15 +1,19 @@
|
||||
:root {
|
||||
--color-primary: #0B197D;
|
||||
}
|
||||
|
||||
body {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
a[href^="tel:"]::before {
|
||||
@extend .ci;
|
||||
@extend .ci-phone;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
/* a[href^="tel:"]::before { */
|
||||
/* @extend .ci; */
|
||||
/* @extend .ci-phone; */
|
||||
/* margin-right: 0.5em; */
|
||||
/* } */
|
||||
|
||||
a[href^="mailto:"]::before {
|
||||
@extend .ci;
|
||||
@extend .ci-email;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
/* a[href^="mailto:"]::before { */
|
||||
/* @extend .ci; */
|
||||
/* @extend .ci-email; */
|
||||
/* margin-right: 0.5em; */
|
||||
/* } */
|
||||
|
||||
@@ -114,7 +114,7 @@
|
||||
mask-position: center;
|
||||
background-color: currentColor;
|
||||
/* vertical-align: middle; */
|
||||
mask-image: url(../Icons/angle-right.svg);
|
||||
/* mask-image: url(../Icons/angle-right.svg); */
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user