stacker.news/styles/invites.module.css

27 lines
363 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 {
2022-08-18 19:19:01 +00:00
padding-bottom: .5rem;
}
2021-10-14 21:05:37 +00:00
2022-08-18 19:19:01 +00:00
.invites .invite:last-child {
padding-bottom: 0;
2021-10-14 21:05:37 +00:00
}