refining css

This commit is contained in:
Antoine M 2025-02-10 14:42:24 +01:00
parent d1e9d229b0
commit 350ca8cc72
2 changed files with 14 additions and 22 deletions

View File

@ -76,11 +76,9 @@
transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
text-decoration: none; text-decoration: none;
/* background-color: #34113F; */ /* background-color: #34113F; */
/* background-color: #0033DA; */ /* background-color: #0033DA; */
span { span {
@apply text-xs font-medium; @apply text-xs font-medium;
text-decoration: none; text-decoration: none;
@ -93,28 +91,21 @@
filter: invert(1); filter: invert(1);
} }
&:hover { &:hover {
background-color: var(--hover-color);
/* background-color: #0033DA; */ /* background-color: #0033DA; */
@apply bg-deli-pink; /* @apply bg-deli-pink; */
span { span {
@apply mr-8; @apply mr-8;
} }
img { img {
@apply opacity-100 translate-x-0; @apply opacity-100 translate-x-0;
transition: opacity .6s ease-in-out, translate 0.4s ease-in-out; transition: opacity 0.6s ease-in-out, translate 0.4s ease-in-out;
} }
} }
} }
} }
/* $couleur = array( /* $couleur = array(
'web' => '#1CC7C7', 'web' => '#1CC7C7',
'print' => '#C14FE3', 'print' => '#C14FE3',

View File

@ -8,7 +8,8 @@
h4, h4,
h5, h5,
h6 { h6 {
@apply bigCaslon; @apply bigCaslon tracking-normal;
&:before { &:before {
@apply content-none; @apply content-none;
} }