create-circle: table-headers ok
This commit is contained in:
parent
2c4ce4127b
commit
57045b44e3
@ -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"
|
||||
|
@ -1,4 +1,5 @@
|
||||
#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;
|
||||
|
Loading…
Reference in New Issue
Block a user