icon update
This commit is contained in:
parent
7f8899530c
commit
dceba5bf4d
|
@ -20,7 +20,7 @@
|
||||||
<!-- Coffee, Dart, ES6 -->
|
<!-- Coffee, Dart, ES6 -->
|
||||||
.grid-fluid.l-space-bottom-8
|
.grid-fluid.l-space-bottom-8
|
||||||
.c3.text-center
|
.c3.text-center
|
||||||
.sticker <span class="sticker-icon icon-subtitles"></span>
|
.sticker <span class="sticker-icon icon-favorite"></span>
|
||||||
.c7
|
.c7
|
||||||
h3.text-headline.text-uppercase Flexible Development
|
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.
|
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 -->
|
<!-- Simplicity -->
|
||||||
.grid-fluid.l-space-bottom-8
|
.grid-fluid.l-space-bottom-8
|
||||||
.c3.text-center
|
.c3.text-center
|
||||||
.sticker <span class="sticker-icon icon-favorite"></span>
|
.sticker <span class="sticker-icon is-small icon-embed2"></span>
|
||||||
.c7
|
.c7
|
||||||
h3.text-headline.text-uppercase Simple & Expressive
|
h3.text-headline.text-uppercase Simple & 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.
|
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.
|
||||||
|
|
|
@ -17,5 +17,10 @@
|
||||||
left: 50%;
|
left: 50%;
|
||||||
z-index: $layer-1;
|
z-index: $layer-1;
|
||||||
margin: -40px 0px 0px -40px;
|
margin: -40px 0px 0px -40px;
|
||||||
|
|
||||||
|
&.is-small {
|
||||||
|
font-size: 64px;
|
||||||
|
margin: -32px 0px 0px -40px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue