header modified: dash and description added
This commit is contained in:
		@ -10,9 +10,10 @@
 | 
			
		||||
      sib-ac-checker(permission='acl:Read', bind-resources)
 | 
			
		||||
        sib-display(
 | 
			
		||||
          bind-resources
 | 
			
		||||
          fields='name'
 | 
			
		||||
          fields='name, description'
 | 
			
		||||
 | 
			
		||||
          class-name='name'
 | 
			
		||||
          class-description='description'
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
    div.content-box__info
 | 
			
		||||
 | 
			
		||||
@ -170,7 +170,7 @@ sib-delete {
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.content-box__header.with-edit {
 | 
			
		||||
/* .content-box__header.with-edit {
 | 
			
		||||
  border-bottom: 1px solid $color-221-51-90;
 | 
			
		||||
  display: flex;
 | 
			
		||||
  justify-content: space-between;
 | 
			
		||||
@ -187,7 +187,7 @@ sib-delete {
 | 
			
		||||
      display: flex;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
} */
 | 
			
		||||
 | 
			
		||||
.drive {
 | 
			
		||||
  width: 100%;
 | 
			
		||||
@ -203,6 +203,19 @@ sib-delete {
 | 
			
		||||
      text-transform: uppercase;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .description {
 | 
			
		||||
      color: $color-215-6-63;
 | 
			
		||||
      font-size: 1.8rem;
 | 
			
		||||
 | 
			
		||||
      &:not(:empty)::before {
 | 
			
		||||
        color: $color-216-4-22;
 | 
			
		||||
        content: '- ';
 | 
			
		||||
        font-size: 2rem;
 | 
			
		||||
        font-weight: bold;
 | 
			
		||||
        margin-left: 0.60rem;
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .edit {
 | 
			
		||||
      color: $color-213-4-50;
 | 
			
		||||
      font-size: 1.6rem;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user