in-role/style.css
2024-07-26 12:14:12 -04:00

30 lines
490 B
CSS

.vc-inrole-member-list {
max-height: 400px;
margin-top: 10px;
margin-bottom: 13px;
overflow-x: hidden;
}
.vc-inrole-member-list::-webkit-scrollbar {
background-color: #fff1;
border-radius: 100px;
width: 10px;
}
.vc-inrole-member-list::-webkit-scrollbar-thumb {
background-color: #fff3;
border-radius: 100px;
}
.vc-inrole-modal-member {
margin: 11px 0;
}
.vc-inrole-header {
padding-top: "15px";
}
.vc-inrole-close {
margin-left: auto;
}