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;
text-decoration: none;
/* background-color: #34113F; */
/* background-color: #0033DA; */
span {
@apply text-xs font-medium;
text-decoration: none;
@ -93,28 +91,21 @@
filter: invert(1);
}
&:hover {
background-color: var(--hover-color);
/* background-color: #0033DA; */
@apply bg-deli-pink;
/* @apply bg-deli-pink; */
span {
@apply mr-8;
}
img {
@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(
'web' => '#1CC7C7',
'print' => '#C14FE3',

View File

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