bugfix: set title font in InfoModal

This commit is contained in:
Settel 2022-09-30 20:50:48 +02:00
parent 258067cf84
commit 3c332be724

View File

@ -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;
} }