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

create-circle: table-headers ok

parent 2c4ce412
No related branches found
No related tags found
1 merge request!77Circle
......@@ -49,8 +49,6 @@
sib-display.table-body(
data-src=`${endpoints.circles}`
fields="name, own(owner.account.picture, owner.name), buttons(members, button)"
search-fields="name"
search-label-name="Search a Circle"
multiple-groups=""
widget-members="circle-admin-leave-button-template"
......
#circle-edit {
#circle-edit,
#admin-circle-list {
.table-header {
background: $color-228-25-79;
......@@ -10,14 +11,14 @@
text-align: center;
>*{
border-right: 1px solid $color-228-25-79;
border-right: 1px solid white;
flex: 1;
padding: 1rem;
width: 50%;
}
>*:last-of-type {
border-left: 1px solid white;
border-right: 1px solid $color-228-25-79;
@media (max-width: 1220px) {
display: none;
......@@ -37,12 +38,12 @@
sib-display {
border-left: 1px solid $color-228-25-79;
border-right: 1px solid $color-228-25-79;
padding: 0 2.2rem;
}
sib-ac-checker {
align-items: center;
border-left: 1px solid $color-228-25-79;
border-right: 1px solid $color-228-25-79;
display: flex;
justify-content: flex-end;
......
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