patch: list - display + styles (end)

This commit is contained in:
gaelle morin
2021-04-05 16:29:26 +02:00
parent 874f94a1e2
commit 334a374a8d
7 changed files with 50 additions and 57 deletions

View File

@ -104,6 +104,15 @@ hubl-create-contact {
justify-content: center;
}
/* Animation on cards in #communities */
#communities {
.segment.hover:hover {
box-shadow: 0 0 16px 0 rgba(46, 63, 88, 0.34);
bottom: 2px;
}
}
/* Fix on Join button in admin (circles + projects) */
/* Styles on buttons and .children-link don't work because this input is inside too many elements. */
/* And no I can't add that stupid icon because it'a an input. */