Skip to content
Snippets Groups Projects
Commit 30ce7d3b authored by Gaëlle Morin's avatar Gaëlle Morin
Browse files

header modified: dash and description added

parent d08153c7
No related branches found
No related tags found
1 merge request!77Circle
...@@ -10,9 +10,10 @@ ...@@ -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 { ...@@ -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 { ...@@ -187,7 +187,7 @@ sib-delete {
display: flex; display: flex;
} }
} }
} } */
.drive { .drive {
width: 100%; width: 100%;
...@@ -203,6 +203,19 @@ sib-delete { ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment