WebPage: Adjust font weight for gift preview (#5622)
This commit is contained in:
parent
9f7e4c9e58
commit
63321d3eca
@ -56,6 +56,10 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
transition: background-color 0.2s ease-in;
|
transition: background-color 0.2s ease-in;
|
||||||
|
|
||||||
|
&.with-gift {
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
&.interactive {
|
&.interactive {
|
||||||
cursor: var(--custom-cursor, pointer);
|
cursor: var(--custom-cursor, pointer);
|
||||||
|
|
||||||
@ -68,6 +72,12 @@
|
|||||||
.WebPage--content {
|
.WebPage--content {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
&.is-gift {
|
||||||
|
.site-title {
|
||||||
|
font-weight: var(--font-weight-normal);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&.is-gift,
|
&.is-gift,
|
||||||
&.is-story {
|
&.is-story {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user