immers
Version:
ActivityPub server for the metaverse
28 lines (23 loc) • 349 B
CSS
#roleOptions {
display: flex;
justify-content: space-around;
}
.roleOption {
margin: 0 8px;
}
.roleOption input {
display: block;
width: 100%;
height: 24px;
}
.permissionsInfo {
display: inline-block;
width: 50%;
vertical-align: top;
}
.permissionsHeader {
text-align: center;
}
.permissionsContainer {
margin-top: 15px;
}