create-circle: table-headers ok
This commit is contained in:
parent
2c4ce4127b
commit
57045b44e3
@ -49,8 +49,6 @@
|
|||||||
sib-display.table-body(
|
sib-display.table-body(
|
||||||
data-src=`${endpoints.circles}`
|
data-src=`${endpoints.circles}`
|
||||||
fields="name, own(owner.account.picture, owner.name), buttons(members, button)"
|
fields="name, own(owner.account.picture, owner.name), buttons(members, button)"
|
||||||
search-fields="name"
|
|
||||||
search-label-name="Search a Circle"
|
|
||||||
|
|
||||||
multiple-groups=""
|
multiple-groups=""
|
||||||
widget-members="circle-admin-leave-button-template"
|
widget-members="circle-admin-leave-button-template"
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#circle-edit {
|
#circle-edit,
|
||||||
|
#admin-circle-list {
|
||||||
|
|
||||||
.table-header {
|
.table-header {
|
||||||
background: $color-228-25-79;
|
background: $color-228-25-79;
|
||||||
@ -10,14 +11,14 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
>*{
|
>*{
|
||||||
border-right: 1px solid $color-228-25-79;
|
border-right: 1px solid white;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
>*:last-of-type {
|
>*:last-of-type {
|
||||||
border-left: 1px solid white;
|
border-right: 1px solid $color-228-25-79;
|
||||||
|
|
||||||
@media (max-width: 1220px) {
|
@media (max-width: 1220px) {
|
||||||
display: none;
|
display: none;
|
||||||
@ -37,12 +38,12 @@
|
|||||||
|
|
||||||
sib-display {
|
sib-display {
|
||||||
border-left: 1px solid $color-228-25-79;
|
border-left: 1px solid $color-228-25-79;
|
||||||
border-right: 1px solid $color-228-25-79;
|
|
||||||
padding: 0 2.2rem;
|
padding: 0 2.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
sib-ac-checker {
|
sib-ac-checker {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
border-left: 1px solid $color-228-25-79;
|
||||||
border-right: 1px solid $color-228-25-79;
|
border-right: 1px solid $color-228-25-79;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
Loading…
Reference in New Issue
Block a user