fix(aio): style and fix hover color for features cta button (#17342)

This commit is contained in:
Stefanie Fluin 2017-06-08 12:09:33 -07:00 committed by Igor Minar
parent 391ed6334d
commit 75a311f250
2 changed files with 10 additions and 1 deletions

View File

@ -104,6 +104,10 @@
</div>
</div>
<div class="cta-bar"><a href="guide/quickstart" md-button="md-button" class="button button-large hero-cta">Get Started</a></div>
<div class="cta-bar announcement-bar">
<button class="button">
<a href="guide/quickstart">Get Started</a>
</button>
</div>
</article>

View File

@ -304,6 +304,11 @@ aio-shell {
}
}
.cta-bar.announcement-bar {
background: none;
box-shadow: none;
}
.text-headline {
font-size: 20px;
margin-top: 10px;