Merge branch 'master' into followable

This commit is contained in:
BertoCQ
2017-07-11 11:30:49 +02:00
committed by GitHub
85 changed files with 1251 additions and 664 deletions

View File

@@ -132,7 +132,7 @@
background: hsla(51, 91, 75, 0.5);
.weight-4 {
background: hsla(51, 91, 75, 0.75);
background: hsla(51, 91, 75, 0.75);
}
}

View File

@@ -236,6 +236,11 @@ a {
border-bottom: 2px solid $brand;
color: $brand;
}
&.bold {
font-weight: bold;
color: $brand;
}
}
&.no-margin-top {