Commit 7ba5e17f by Douglas Hall

Enterprise sign in page UI improvements.

ENT-448
parent e57e4e0c
......@@ -681,7 +681,11 @@
height: 100px;
}
h2 {
p {
&:first-of-type {
margin-top: 20px;
}
font-size: 16px;
line-height: 1.5;
color: $gray-d2;
......
......@@ -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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment