FEATURE Handling classic and photoframe variations
This commit is contained in:
parent
206059da55
commit
9574cdbbfa
|
|
@ -72,6 +72,21 @@
|
||||||
&--small {
|
&--small {
|
||||||
@apply !h-12;
|
@apply !h-12;
|
||||||
}
|
}
|
||||||
|
&--classic {
|
||||||
|
@apply !rounded-none;
|
||||||
|
}
|
||||||
|
&--photoframe {
|
||||||
|
@apply object-cover;
|
||||||
|
border: 20px solid white;
|
||||||
|
box-sizing: content-box;
|
||||||
|
filter: saturate(0);
|
||||||
|
transition: all 0.3s ease;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
filter: saturate(1);
|
||||||
|
scale: 1.01;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__background {
|
&__background {
|
||||||
|
|
@ -96,3 +111,9 @@
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chapter-section:nth-child(even) {
|
||||||
|
.chapter-section__cover--photoframe {
|
||||||
|
@apply -rotate-1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user