stacker.news/styles/invites.module.css

27 lines
354 B
CSS
Raw Normal View History

2021-10-14 21:05:37 +00:00
.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);
2021-10-14 21:05:37 +00:00
}
.revoke {
cursor: pointer;
}
.invite {
margin-bottom: .5rem;
}Í
2021-10-14 21:05:37 +00:00
.invite:last-child {
margin-bottom: 0;
}