Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
Merge pull request #64 from westy92/master
Browse files Browse the repository at this point in the history
Switching FontAwesome content to escaped unicode.
  • Loading branch information
markleusink committed Mar 8, 2016
2 parents 79eb5df + 1c95a3f commit f973be6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/css/bootcards.scss
Expand Up @@ -191,7 +191,7 @@ a.list-group-item {


a.list-group-item:before { a.list-group-item:before {
font-family: 'FontAwesome'; font-family: 'FontAwesome';
content: ''; content: '\f054';
position: absolute; position: absolute;
right: 15px; right: 15px;
top: 50%; top: 50%;
Expand Down Expand Up @@ -221,7 +221,7 @@ a.list-group-item.bootcards-list-subheading {


&:before { &:before {
font-family: 'FontAwesome'; font-family: 'FontAwesome';
content: ''; content: '\f13a';
position: absolute; position: absolute;
left: 15px; left: 15px;
top: 50%; top: 50%;
Expand All @@ -232,7 +232,7 @@ a.list-group-item.bootcards-list-subheading {
} }


&.collapsed:before { &.collapsed:before {
content: ''; content: '\f138';
} }
} }


Expand Down Expand Up @@ -536,11 +536,11 @@ a.list-group-item.bootcards-list-subheading {
} }


.bootcards-calendar .fc-icon-left-single-arrow:after { .bootcards-calendar .fc-icon-left-single-arrow:after {
content: ''; content: '\f053';
} }


.bootcards-calendar .fc-icon-right-single-arrow:after { .bootcards-calendar .fc-icon-right-single-arrow:after {
content: ''; content: '\f054';


} }


Expand Down

0 comments on commit f973be6

Please sign in to comment.