Make get-started button small
This commit is contained in:
parent
c597c5e0c5
commit
806656c079
|
@ -32,7 +32,7 @@ import {AlertModal} from "./openaireLibrary/utils/modal/alert";
|
|||
<a routerLink="/get-started">Get Started</a>
|
||||
</li>
|
||||
</ul>
|
||||
<a *ngIf="showGetStarted" extra-m class="uk-button uk-button-primary uk-text-uppercase uk-margin-left" routerLink="/get-started">Get Started</a>
|
||||
<a *ngIf="showGetStarted" extra-m class="uk-button uk-button-small uk-button-primary uk-text-uppercase uk-margin-left" routerLink="/get-started">Get Started</a>
|
||||
</navbar>
|
||||
<schema2jsonld *ngIf="properties " [URL]="properties.domain + properties.baseLink"
|
||||
[logoURL]="properties.domain + properties.baseLink+'/assets/common-assets/logo-small-monitor.png'"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 360cc0f3e3bd4892fbffea94391fa8af4a339fea
|
||||
Subproject commit f5b4677b6307657d9288db91b8602f8b60530139
|
|
@ -1 +1 @@
|
|||
Subproject commit 4e99b0887c758579682eb1d9848d227e18f97799
|
||||
Subproject commit b5dcabf2668bb9230d6b0d77498e582834edbbab
|
|
@ -1 +1 @@
|
|||
Subproject commit e5410728a16312eca7bd11ebb6b8dc8777c072a3
|
||||
Subproject commit f4123f0969a438df43c953b07b5db7d471c6be91
|
Loading…
Reference in New Issue