Merge pull request #54 from asaadmahmoodspin/master

MM-1339 - Updating Ui for sign up page
Этот коммит содержится в:
Corey Hulen
2015-06-23 10:05:44 -08:00
родитель 705d0e9342 6512f3adb4
Коммит bd56aef5ce
4 изменённых файлов: 9 добавлений и 4 удалений

Просмотреть файл

@@ -8,7 +8,7 @@
"FileLocation": "" "FileLocation": ""
}, },
"ServiceSettings": { "ServiceSettings": {
"SiteName": "Mattermost Preview", "SiteName": "Mattermost",
"Domain": "xxxxxxmustbefilledin.com", "Domain": "xxxxxxmustbefilledin.com",
"Mode" : "dev", "Mode" : "dev",
"AllowTesting" : false, "AllowTesting" : false,

Просмотреть файл

@@ -8,7 +8,7 @@
"FileLocation": "" "FileLocation": ""
}, },
"ServiceSettings": { "ServiceSettings": {
"SiteName": "Mattermost Preview", "SiteName": "Mattermost",
"Domain": "", "Domain": "",
"Mode" : "prod", "Mode" : "prod",
"AllowTesting" : false, "AllowTesting" : false,

Просмотреть файл

@@ -17,7 +17,7 @@
font-weight: 600; font-weight: 600;
margin-bottom: 0.5em; margin-bottom: 0.5em;
letter-spacing: -0.5px; letter-spacing: -0.5px;
font-size: em(30px); font-size: em(28px);
} }
h3 { h3 {
font-weight: 600; font-weight: 600;
@@ -28,6 +28,10 @@
font-size: em(18px); font-size: em(18px);
font-weight: 600; font-weight: 600;
margin-bottom: 1em; margin-bottom: 1em;
&.text--light {
font-weight: 300;
color: #999;
}
} }
p { p {
color: #555; color: #555;

Просмотреть файл

@@ -8,7 +8,8 @@
<div class="col-sm-12"> <div class="col-sm-12">
<div class="signup-team__container"> <div class="signup-team__container">
<img class="signup-team-logo" src="/static/images/logo.png" /> <img class="signup-team-logo" src="/static/images/logo.png" />
<h4>{{ .SiteName }} is free for an unlimited time, for unlimited users </h4> <h2>All team communication in one place, searchable and accessible anywhere</h2>
<h4 class="text--light">{{ .SiteName }} is free for an unlimited time, for unlimited users </h4 class="text--light">
<div id="signup-team"></div> <div id="signup-team"></div>
<a class="signup-team-login" href="/login">or Sign In</a> <a class="signup-team-login" href="/login">or Sign In</a>
</div> </div>