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 {

View File

@ -109,6 +109,7 @@ hubl-create-contact {
/* And no I can't add that stupid icon because it'a an input. */
/* But now, with 0.16, it's a button and you can :D */
.join-button {
input,
button {
padding: 9px 20px;
@ -138,9 +139,3 @@ hubl-create-contact {
}
}
}
.form.search-button :not(.add-member)+button[type=submit] {
background-color: #E9F2FF;
border: none;
color: #0068FF;
}