Add schema object deprecation display

This commit is contained in:
Kyle Shockey
2017-06-14 00:59:36 -07:00
parent 81408cf0d8
commit e415ec7f8a
4 changed files with 52 additions and 2 deletions

View File

@@ -195,6 +195,11 @@ section.models
position: relative;
top: 4px;
}
&.deprecated
{
opacity: .5;
}
}
@@ -205,6 +210,14 @@ section.models
@include text_headline(#555);
}
.model-deprecated-warning
{
font-size: 16px;
font-weight: 600;
margin-right: 1em;
@include text_headline($_color-delete);
}
span
{