Merge pull request #1857 from umbraco/temp-U4-9696

fixes: U4-9696 Update hover of Umbraco Forms install button
This commit is contained in:
Sebastiaan Janssen
2017-04-04 13:42:15 +02:00
committed by GitHub
2 changed files with 15 additions and 2 deletions

View File

@@ -99,6 +99,12 @@
}
}
.forms-install-button {
.btn {
padding: 14px 40px;
}
}
.installer-top {
overflow: hidden;
margin: 0 auto 30px;

View File

@@ -16,9 +16,16 @@
</video>
</div>
<p style="font-size: 16px; line-height: 1.5; color: #4c4c4c;">Create forms using an intuitive drag and drop interface. From simple contact forms that sends e-mails to advanced questionaires that integrate with CRM systems. Your clients will love it!</p>
<p style="font-size: 16px; line-height: 1.5; color: #4c4c4c; margin-bottom: 20px;">Create forms using an intuitive drag and drop interface. From simple contact forms that sends e-mails to advanced questionaires that integrate with CRM systems. Your clients will love it!</p>
<umb-button
class="forms-install-button"
type="button"
button-style="success"
label="Install"
action="installForms()">
</umb-button>
<button class="btn publish btn-install" ng-click="installForms()">Install</button>
</div>
<div class="step-two" ng-if="state"> <!-- STEP two -->