Update fontawesome to version 5.1.1

This commit is contained in:
Nelson Estevão
2018-07-25 14:34:10 +01:00
parent ec782ce7bf
commit 6e4464af39
1382 changed files with 96966 additions and 5861 deletions

View File

@ -80,7 +80,7 @@ p {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.contact-list {
.fa {
.fas, .fab {
margin-right: 5px;
font-size: 18px;
vertical-align: middle;
@ -91,11 +91,6 @@ p {
margin-bottom: 0;
}
}
.email {
.fa {
font-size: 14px;
}
}
}
.container-block {
padding: 30px;
@ -170,21 +165,6 @@ p {
position: relative;
margin-top: 0;
margin-bottom: 20px;
.fa {
width: 30px;
height: 30px;
margin-right: 8px;
display: inline-block;
color: #fff;
@include border-radius(50%);
background: darken($theme-color, 15%);
text-align: center;
padding-top: 8px;
font-size: 16px;
position: relative;
top: -2px;
}
}
.section {
margin-bottom: 60px;