bundling
This commit is contained in:
parent
350ca8cc72
commit
8384b2d047
15
css/app.css
15
css/app.css
|
|
@ -133,7 +133,8 @@
|
|||
.portfolio-single h3,
|
||||
.portfolio-single h4,
|
||||
.portfolio-single h5,
|
||||
.portfolio-single h6 {
|
||||
.portfolio-single h6{
|
||||
letter-spacing: 0em;
|
||||
font-family: "big-caslon-fb", serif;
|
||||
}
|
||||
|
||||
|
|
@ -341,12 +342,14 @@
|
|||
filter: invert(1);
|
||||
}
|
||||
|
||||
.portfolio-project-card .cta--read-project:hover{
|
||||
/* background-color: #0033DA; */
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(233 25 105 / var(--tw-bg-opacity, 1));
|
||||
.portfolio-project-card .cta--read-project:hover {
|
||||
background-color: var(--hover-color);
|
||||
}
|
||||
|
||||
/* background-color: #0033DA; */
|
||||
|
||||
/* @apply bg-deli-pink; */
|
||||
|
||||
.portfolio-project-card .cta--read-project:hover span{
|
||||
margin-right: 2rem;
|
||||
}
|
||||
|
|
@ -355,7 +358,7 @@
|
|||
--tw-translate-x: 0px;
|
||||
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
||||
opacity: 1;
|
||||
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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user