27 lines
363 B
CSS
27 lines
363 B
CSS
.invites {
|
|
background-color: rgba(0, 0, 0, 0.06);
|
|
border-radius: .4rem;
|
|
padding: .75rem;
|
|
}
|
|
|
|
.invites {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.other {
|
|
font-weight: 500;
|
|
font-size: 70%;
|
|
color: var(--theme-grey);
|
|
}
|
|
|
|
.revoke {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.invite {
|
|
padding-bottom: .5rem;
|
|
}
|
|
|
|
.invites .invite:last-child {
|
|
padding-bottom: 0;
|
|
} |