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; */
|
||||
/* } */
|
||||
|
||||
Reference in New Issue
Block a user