feature: add circle to a community

This commit is contained in:
Jean-Baptiste Pasquier
2021-03-29 17:08:50 +02:00
parent d1560914c1
commit a60278b43c
10 changed files with 48 additions and 20 deletions

View File

@ -1,4 +1,11 @@
#admin-circles {
#admin-circles,
#admin-circles-leave {
.form.search-button :not(.add-member)+button[type=submit] {
background-color: #E9F2FF;
border: none;
color: var(--color-secondary);
}
.masonry>div:nth-child(1) {
/* change from directory (nth-child(2))*/
@ -21,9 +28,17 @@
}
hubl-admin-community-logo {
max-height: 76px;
width: 206px;
max-width: 100%;
height: 76px;
width: 100%;
display: block;
div {
display: block;
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
}
.tab.active {