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

@ -6,7 +6,7 @@
}
&-description {
text-align: center;
font-size: 15px;
font-size: 0.9em;
color: $mid-gray;
margin: 1rem 0;
a {

View File

@ -26,6 +26,7 @@
opacity: .6;
max-width: 300px;
padding: 0 1em;
font-size: 0.9em;
}
}
.item-note {

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;
}

View File

@ -23,6 +23,7 @@
margin: 1rem;
}
&-description {
font-size: 0.9em;
margin-top: 0;
margin-left: 2rem;
margin-right: 2rem;