use the same font size comments

This commit is contained in:
Gabriel Bazán 2017-02-22 10:43:19 -05:00
commit 014f134465
4 changed files with 5 additions and 2 deletions

View file

@ -26,11 +26,12 @@
margin: 1rem 0;
}
&-description {
font-size: 15px;
color: $mid-gray;
margin: 1rem 0;
font-size: 0.9em;
}
&-description-disabled {
font-size: 0.9em;
color: cadetblue;
text-decoration: none;
}