commenting hover behaviour
This commit is contained in:
parent
7308b901db
commit
3feeba10b3
|
|
@ -8,8 +8,19 @@
|
|||
img {
|
||||
@apply w-full h-full object-cover rounded-3xl;
|
||||
}
|
||||
|
||||
/* &:hover {
|
||||
img {
|
||||
@apply opacity-90;
|
||||
}
|
||||
} */
|
||||
.cta--download {
|
||||
@apply absolute bottom-8 right-8;
|
||||
/* &:before {
|
||||
content: '';
|
||||
@apply bg-red-400;
|
||||
@apply absolute w-full h-full;
|
||||
} */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user