header modified: dash and description added

This commit is contained in:
Gaëlle Morin 2019-10-28 18:38:14 +01:00
parent 7a24d37d8f
commit 71dc40a7f4
2 changed files with 17 additions and 3 deletions

View File

@ -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

View File

@ -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;