Added License model and views
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user