Indicate parameter deprecation

This commit is contained in:
Kyle Shockey
2017-08-04 15:39:48 -07:00
parent 2733205481
commit 35733b5eb4
2 changed files with 13 additions and 0 deletions

View File

@@ -138,6 +138,14 @@ table
@include text_code(#888);
}
.parameter__deprecated
{
font-size: 12px;
font-style: italic;
@include text_code(#f00);
}
.table-container
{