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 {
|
||||
|
Reference in New Issue
Block a user