fixing made by > heart acessibility
This commit is contained in:
parent
78fce4da37
commit
7be2ab8e7a
|
|
@ -116,7 +116,7 @@
|
||||||
<img class="homegrade-sigle-icon" src="<?php echo get_template_directory_uri() . '/resources/img/logos/logo-homegrade-sigle.svg' ?>" alt="">
|
<img class="homegrade-sigle-icon" src="<?php echo get_template_directory_uri() . '/resources/img/logos/logo-homegrade-sigle.svg' ?>" alt="">
|
||||||
<div>
|
<div>
|
||||||
© <?php echo date_i18n('Y'); ?> - <?php echo get_bloginfo('name'); ?>
|
© <?php echo date_i18n('Y'); ?> - <?php echo get_bloginfo('name'); ?>
|
||||||
<p class="made-by">Made with
|
<p class="made-by" lang="en">Made with
|
||||||
<span>
|
<span>
|
||||||
<svg viewBox="0 0 825.22 700.44">
|
<svg viewBox="0 0 825.22 700.44">
|
||||||
<g>
|
<g>
|
||||||
|
|
|
||||||
|
|
@ -79,8 +79,9 @@
|
||||||
.made-by {
|
.made-by {
|
||||||
@apply w-fit flex justify-center items-center text-neutral-600 font-semibold text-xs pt-1;
|
@apply w-fit flex justify-center items-center text-neutral-600 font-semibold text-xs pt-1;
|
||||||
svg {
|
svg {
|
||||||
|
transition: all 0.5s;
|
||||||
@apply w-3 h-3 mx-1 fill-secondary;
|
@apply w-3 h-3 mx-1 fill-secondary;
|
||||||
animation: fade-in-out 2.5s linear infinite;
|
animation: fade-in-out 2.5s linear 2;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
@apply underline pl-1;
|
@apply underline pl-1;
|
||||||
|
|
@ -91,6 +92,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&:hover {
|
||||||
|
.made-by svg {
|
||||||
|
@apply animate-pulse;
|
||||||
|
transform: scale(1.2);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.legal-credits {
|
.legal-credits {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user