make buttons "primary" red
Change-Id: Ife5f2b565f52621df953593b9b3bd7cc05500f81
This commit is contained in:
@ -204,13 +204,13 @@ page.type=about
|
||||
<div class="landing-breakout cols">
|
||||
|
||||
<div class="col-8">
|
||||
<a href="{@docRoot}preview/setup-sdk.html" class="landing-button landing-secondary">
|
||||
<a href="{@docRoot}preview/setup-sdk.html" class="landing-button landing-primary">
|
||||
Download the Preview SDK
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-8">
|
||||
<a href="{@docRoot}preview/tv/adt-1/request.html" class="landing-button landing-secondary">
|
||||
<a href="{@docRoot}preview/tv/adt-1/request.html" class="landing-button landing-primary">
|
||||
Request ADT-1 Developer Kit
|
||||
</a>
|
||||
</div>
|
||||
|
@ -196,7 +196,7 @@ page.type=about
|
||||
</div>
|
||||
</div>
|
||||
<div class="landing-body">
|
||||
<a href="{@docRoot}training/building-wearables.html" class="landing-button landing-secondary" style="margin-top: 20px;">
|
||||
<a href="{@docRoot}training/building-wearables.html" class="landing-button landing-primary" style="margin-top: 20px;">
|
||||
Get Started
|
||||
</a>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user