fix(welcome-page): change font family and spacing

This commit is contained in:
Leonard Kim 2018-02-22 15:08:17 -08:00 committed by Дамян Минков
parent b8de5bbfc3
commit 6fbe78eb34
2 changed files with 7 additions and 4 deletions

View File

@ -157,5 +157,6 @@ $watermarkHeight: 74px;
* Welcome page variables.
*/
$welcomePageDescriptionColor: #fff;
$welcomePageFontFamily: inherit;
$welcomePageHeaderBackground: linear-gradient(#165ecc, #44A5FF);
$welcomePageTitleColor: #fff;

View File

@ -1,5 +1,5 @@
.welcome {
font-family: Helvetica;
font-family: $welcomePageFontFamily;
height: 100%;
overflow: auto;
position: relative;
@ -16,9 +16,10 @@
.header-text {
display: flex;
flex-direction: column;
height: 286px;
justify-content: space-around;
margin-top: 120px;
margin-bottom: 20px;
min-height: 286px;
width: 645px;
}
@ -27,6 +28,7 @@
font-size: 48px;
letter-spacing: -1px;
line-height: 58px;
margin-bottom: 20px;
}
.header-text-description {
@ -47,7 +49,7 @@
#new_enter_room {
align-items: center;
display: flex;
margin-top: 25px;
margin-bottom: 20px;
position: relative;
z-index: 2;
@ -66,7 +68,7 @@
.welcome.with-content {
.header {
height: 552px;
min-height: 552px;
}
.header-image {
left: -61px;