Added License model and views

This commit is contained in:
2022-12-08 17:26:44 -05:00
parent f1aca6e318
commit 36f7fb82a6
9 changed files with 209 additions and 11 deletions

View File

@ -62,13 +62,17 @@ body{
box-shadow: $box-shadow-2;
}
#item-header{
.item-name{
#item-header,
#license-header{
.item-name,
.license-name{
margin-bottom: 5px;
}
.item-created,
.item-updated{
.item-updated,
.license-created,
.license-updated{
color: #666;
font-size: 1.75rem;
font-style: italic;