bugfix: set title font in InfoModal
This commit is contained in:
parent
258067cf84
commit
3c332be724
@ -58,7 +58,6 @@ const close = () => { window.location.href = '/' }
|
|||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-family: $font-primary;
|
|
||||||
color: $text-primary-color;
|
color: $text-primary-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -73,6 +72,7 @@ const close = () => { window.location.href = '/' }
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__title {
|
&__title {
|
||||||
|
font-family: $font-primary;
|
||||||
margin: 0 32px 32px 0;
|
margin: 0 32px 32px 0;
|
||||||
font-size: 48px;
|
font-size: 48px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user