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