|
@@ -85,11 +85,13 @@
|
|
|
justify-content: flex-start;
|
|
|
}
|
|
|
|
|
|
+.is-style-quadrat-diamond-posts .wp-block-post-title a,
|
|
|
.is-style-quadrat-diamond-posts .wp-block-query-pagination a,
|
|
|
.is-style-quadrat-diamond-posts .post-meta a {
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
+.is-style-quadrat-diamond-posts .wp-block-post-title a:hover,
|
|
|
.is-style-quadrat-diamond-posts .wp-block-query-pagination a:hover,
|
|
|
.is-style-quadrat-diamond-posts .post-meta a:hover {
|
|
|
text-decoration: underline;
|
|
@@ -147,7 +149,7 @@
|
|
|
left: 0;
|
|
|
z-index: -1;
|
|
|
opacity: 0;
|
|
|
- transition: all 0.4s ease-in;
|
|
|
+ transition: opacity 0.4s ease-in-out;
|
|
|
}
|
|
|
|
|
|
.is-style-quadrat-diamond-posts .wp-block-post-template li:hover:before {
|
|
@@ -155,18 +157,10 @@
|
|
|
}
|
|
|
|
|
|
.is-style-quadrat-diamond-posts .wp-block-post-template li:nth-child(2n+1):before {
|
|
|
- transform: rotate(16deg) translate(-130px, -20px);
|
|
|
-}
|
|
|
-
|
|
|
-.is-style-quadrat-diamond-posts .wp-block-post-template li:nth-child(2n+1):hover:before {
|
|
|
transform: rotate(-8deg) translate(-110px, 0);
|
|
|
}
|
|
|
|
|
|
.is-style-quadrat-diamond-posts .wp-block-post-template li:nth-child(2n+2):before {
|
|
|
- transform: rotate(24deg) translate(-130px, 20px);
|
|
|
-}
|
|
|
-
|
|
|
-.is-style-quadrat-diamond-posts .wp-block-post-template li:nth-child(2n+2):hover:before {
|
|
|
transform: rotate(16deg) translate(-110px, 40px);
|
|
|
}
|
|
|
|