This commit is contained in:
NikolajDanger
2022-05-26 15:03:00 +02:00
parent 01c2a1996c
commit 0aa0f2836b

View File

@ -15,30 +15,33 @@ h1, h2, h3, h4, h5, h6 {
.media-body {
position: relative;
display: flex;
flex-direction: column;
}
.group-name {
position: absolute;
align-self: flex-end;
position: inherit;
display: block;
right: 0;
bottom: 0;
text-align: right;
background-color: #18638f;
background-color: #19425f;
width: fit-content;
color: #fff;
font-weight: 700;
padding-top: 3px;
padding-top: 2px;
padding-bottom: 3px;
padding-right: 8px;
padding-left: 8px;
border-radius: 4px;
padding-right: 9px;
padding-left: 9px;
border-radius: 8px;
border: none;
text-decoration: none !important;
}
.group-name:hover {
color: #fff;
background-color: #19425f;
background-color: #18638f;
}
.navbar {