feature: add circle to a community
This commit is contained in:
@ -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 {
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user