use the same font size comments

This commit is contained in:
Gabriel Bazán 2017-02-22 10:43:19 -05:00
parent 0e8af84ddc
commit 014f134465
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

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

View File

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