Skip to content

Commit

Permalink
fix(welcome-page): change font family and spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuacoplenny authored and damencho committed Feb 23, 2018
1 parent b8de5bb commit 6fbe78e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions css/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,6 @@ $watermarkHeight: 74px;
* Welcome page variables.
*/
$welcomePageDescriptionColor: #fff;
$welcomePageFontFamily: inherit;
$welcomePageHeaderBackground: linear-gradient(#165ecc, #44A5FF);
$welcomePageTitleColor: #fff;
10 changes: 6 additions & 4 deletions css/_welcome_page.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.welcome {
font-family: Helvetica;
font-family: $welcomePageFontFamily;
height: 100%;
overflow: auto;
position: relative;
Expand All @@ -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;
}

Expand All @@ -27,6 +28,7 @@
font-size: 48px;
letter-spacing: -1px;
line-height: 58px;
margin-bottom: 20px;
}

.header-text-description {
Expand All @@ -47,7 +49,7 @@
#new_enter_room {
align-items: center;
display: flex;
margin-top: 25px;
margin-bottom: 20px;
position: relative;
z-index: 2;

Expand All @@ -66,7 +68,7 @@

.welcome.with-content {
.header {
height: 552px;
min-height: 552px;
}
.header-image {
left: -61px;
Expand Down

0 comments on commit 6fbe78e

Please sign in to comment.