Enterprise sign in page UI improvements.

ENT-448
This commit is contained in:
Douglas Hall
2017-06-16 13:49:54 -04:00
parent e57e4e0c54
commit 7ba5e17f92
2 changed files with 10 additions and 6 deletions

View File

@@ -681,7 +681,11 @@
height: 100px;
}
h2 {
p {
&:first-of-type {
margin-top: 20px;
}
font-size: 16px;
line-height: 1.5;
color: $gray-d2;

View File

@@ -3,11 +3,11 @@
% if enterprise_logo_url:
<img src="${enterprise_logo_url}" alt="${enterprise_name}" class="enterprise-logo">
% endif
<h2>
${enterprise_branded_welcome_string}
</h2>
<h2>
<p>
${platform_welcome_string}
</h2>
</p>
<p>
${enterprise_branded_welcome_string}
</p>
</div>
</div>