icon update

This commit is contained in:
Alex Wolfe 2015-02-28 12:10:58 -08:00
parent 7f8899530c
commit dceba5bf4d
2 changed files with 7 additions and 2 deletions

View File

@ -20,7 +20,7 @@
<!-- Coffee, Dart, ES6 -->
.grid-fluid.l-space-bottom-8
.c3.text-center
.sticker <span class="sticker-icon icon-subtitles"></span>
.sticker <span class="sticker-icon icon-favorite"></span>
.c7
h3.text-headline.text-uppercase Flexible Development
p.text-body In addition to full support for ES6 and TypeScript, Angular 2 works equally well with today's ES5, Dart, CoffeeScript, and other languages that compile to JavaScript. The choice of language is up to you.
@ -38,7 +38,7 @@
<!-- Simplicity -->
.grid-fluid.l-space-bottom-8
.c3.text-center
.sticker <span class="sticker-icon icon-favorite"></span>
.sticker <span class="sticker-icon is-small icon-embed2"></span>
.c7
h3.text-headline.text-uppercase Simple &amp; Expressive
p.text-body Make your intention clear using natural, easy-to-write syntax. Reduce complexity for your team: new, structure-rich templates are readable and easy to understand at a glance.

View File

@ -17,5 +17,10 @@
left: 50%;
z-index: $layer-1;
margin: -40px 0px 0px -40px;
&.is-small {
font-size: 64px;
margin: -32px 0px 0px -40px;
}
}
}