2015-12-20 19:31:36 +01:00
|
|
|
|
|
|
|
.icon {
|
|
|
|
fill: none;
|
2016-02-04 13:54:06 +01:00
|
|
|
stroke: $brand-primary;
|
|
|
|
color: $brand-main-blue-light;
|
2015-12-20 19:31:36 +01:00
|
|
|
stroke-width: 2;
|
|
|
|
stroke-linecap: round;
|
|
|
|
stroke-linejoin: round;
|
|
|
|
stroke-miterlimit: 10;
|
|
|
|
width: 60px;
|
|
|
|
height: 60px;
|
|
|
|
}
|
2016-01-21 12:16:52 +01:00
|
|
|
|
|
|
|
.icon--social {
|
|
|
|
@extend .transition;
|
|
|
|
width: 1rem;
|
|
|
|
height: 1rem;
|
|
|
|
stroke: none;
|
2016-01-30 14:12:58 +01:00
|
|
|
fill: $text-color;
|
|
|
|
margin-bottom: -2px;
|
2016-02-18 16:27:54 +01:00
|
|
|
|
|
|
|
.icon--gitter {
|
|
|
|
stroke: $text-color;
|
|
|
|
}
|
2016-01-21 12:16:52 +01:00
|
|
|
}
|
|
|
|
|
2016-01-30 14:12:58 +01:00
|
|
|
.icon--sm {
|
|
|
|
width: .5rem;
|
|
|
|
height: .5rem;
|
2016-01-21 12:16:52 +01:00
|
|
|
}
|