header modified: dash and description added
This commit is contained in:
parent
7a24d37d8f
commit
71dc40a7f4
@ -10,9 +10,10 @@
|
|||||||
sib-ac-checker(permission='acl:Read', bind-resources)
|
sib-ac-checker(permission='acl:Read', bind-resources)
|
||||||
sib-display(
|
sib-display(
|
||||||
bind-resources
|
bind-resources
|
||||||
fields='name'
|
fields='name, description'
|
||||||
|
|
||||||
class-name='name'
|
class-name='name'
|
||||||
|
class-description='description'
|
||||||
)
|
)
|
||||||
|
|
||||||
div.content-box__info
|
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;
|
border-bottom: 1px solid $color-221-51-90;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
@ -187,7 +187,7 @@ sib-delete {
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
} */
|
||||||
|
|
||||||
.drive {
|
.drive {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -203,6 +203,19 @@ sib-delete {
|
|||||||
text-transform: uppercase;
|
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 {
|
.edit {
|
||||||
color: $color-213-4-50;
|
color: $color-213-4-50;
|
||||||
font-size: 1.6rem;
|
font-size: 1.6rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user