fix(all): the buttons
This commit is contained in:
parent
fda1449666
commit
2e6d394673
25 changed files with 38 additions and 43 deletions
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
<p class="m20t text-gray size-12">Connect your Glidera account to get started</p>
|
||||
|
||||
<button class="button button-block button-positive"
|
||||
<button class="button button-standard button-primary"
|
||||
ng-click="openExternalLink(glidera.getAuthenticateUrl(), '_system'); showOauthForm = true">
|
||||
Connect to Glidera
|
||||
</button>
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
</div>
|
||||
<div class="col">
|
||||
<input
|
||||
class="button button-block button-positive"
|
||||
class="button button-standard button-primary"
|
||||
type="submit"
|
||||
value="Get started"
|
||||
ng-disabled="oauthCodeForm.$invalid">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue