Fixing some CSS issues

This commit is contained in:
Dave Gandy 2016-05-04 11:08:29 -04:00
parent eaac03f507
commit 82ed6c3e0c
12 changed files with 42 additions and 13 deletions

View file

@ -1,7 +1,7 @@
# [Font Awesome v4.6.2](http://fontawesome.io)
### The iconic font and CSS framework
Font Awesome is a full suite of 630 pictographic icons for easy scalable vector graphics on websites,
Font Awesome is a full suite of 632 pictographic icons for easy scalable vector graphics on websites,
created and maintained by [Dave Gandy](https://twitter.com/davegandy).
Stay up to date with the latest release and announcements on Twitter:
[@fontawesome](http://twitter.com/fontawesome).

View file

@ -2163,6 +2163,12 @@
.fa-first-order:before {
content: "\f2b0";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-themeisle:before {
content: "\f2b2";
}
.sr-only {
position: absolute;
width: 1px;

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -725,3 +725,5 @@
.@{fa-css-prefix}-snapchat-square:before { content: @fa-var-snapchat-square; }
.@{fa-css-prefix}-pied-piper:before { content: @fa-var-pied-piper; }
.@{fa-css-prefix}-first-order:before { content: @fa-var-first-order; }
.@{fa-css-prefix}-yoast:before { content: @fa-var-yoast; }
.@{fa-css-prefix}-themeisle:before { content: @fa-var-themeisle; }

View file

@ -639,6 +639,7 @@
@fa-var-th: "\f00a";
@fa-var-th-large: "\f009";
@fa-var-th-list: "\f00b";
@fa-var-themeisle: "\f2b2";
@fa-var-thumb-tack: "\f08d";
@fa-var-thumbs-down: "\f165";
@fa-var-thumbs-o-down: "\f088";
@ -732,6 +733,7 @@
@fa-var-yc-square: "\f1d4";
@fa-var-yelp: "\f1e9";
@fa-var-yen: "\f157";
@fa-var-yoast: "\f2b1";
@fa-var-youtube: "\f167";
@fa-var-youtube-play: "\f16a";
@fa-var-youtube-square: "\f166";

View file

@ -725,3 +725,5 @@
.#{$fa-css-prefix}-snapchat-square:before { content: $fa-var-snapchat-square; }
.#{$fa-css-prefix}-pied-piper:before { content: $fa-var-pied-piper; }
.#{$fa-css-prefix}-first-order:before { content: $fa-var-first-order; }
.#{$fa-css-prefix}-yoast:before { content: $fa-var-yoast; }
.#{$fa-css-prefix}-themeisle:before { content: $fa-var-themeisle; }

View file

@ -639,6 +639,7 @@ $fa-var-text-width: "\f035";
$fa-var-th: "\f00a";
$fa-var-th-large: "\f009";
$fa-var-th-list: "\f00b";
$fa-var-themeisle: "\f2b2";
$fa-var-thumb-tack: "\f08d";
$fa-var-thumbs-down: "\f165";
$fa-var-thumbs-o-down: "\f088";
@ -732,6 +733,7 @@ $fa-var-yc: "\f23b";
$fa-var-yc-square: "\f1d4";
$fa-var-yelp: "\f1e9";
$fa-var-yen: "\f157";
$fa-var-yoast: "\f2b1";
$fa-var-youtube: "\f167";
$fa-var-youtube-play: "\f16a";
$fa-var-youtube-square: "\f166";

View file

@ -29,17 +29,6 @@
.text-muted {
color: mix(@jumbotron-color, @fa-green, 45%);
}
a {
color: mix(@jumbotron-color, @fa-green, 70%);
// STATE: hover, focus, active
&:hover, &:focus, &:active {
border-color: @fa-green-dark;
background: @fa-green-dark;
color: @jumbotron-color;
}
}
}
.jumbotron-ad, .jumbotron-carousel {

View file

@ -58,4 +58,14 @@
}
}
}
a {
color: mix(@jumbotron-color, @fa-green, 70%);
// STATE: hover, focus, active
&:hover, &:focus, &:active {
border-color: @fa-green-dark;
background: @fa-green-dark;
color: @jumbotron-color;
}
}
}

View file

@ -6145,3 +6145,19 @@ icons:
created: 4.6
categories:
- Brand Icons
- name: Yoast
id: yoast
unicode: f2b1
created: 4.6
url: yoast.com
categories:
- Brand Icons
- name: ThemeIsle
id: themeisle
unicode: f2b2
created: 4.6
url: themeisle.com
categories:
- Brand Icons