Merge pull request #5648 from gabrielbazan7/fix/commentsize
use the same font size comments
This commit is contained in:
commit
6d460c7e66
4 changed files with 5 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue