Merge pull request #5648 from gabrielbazan7/fix/commentsize

use the same font size comments
This commit is contained in:
Gustavo Maximiliano Cortez 2017-02-22 14:59:54 -03:00 committed by GitHub
commit 6d460c7e66
4 changed files with 5 additions and 2 deletions

View file

@ -25,11 +25,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;
}