38 lines
551 B
CSS
38 lines
551 B
CSS
Label {
|
|
height: 20;
|
|
}
|
|
|
|
#MembersList {
|
|
height: 100;
|
|
background-color: transparent;
|
|
}
|
|
|
|
#LeaveButton {
|
|
margin-top: 20;
|
|
margin-bottom: 20;
|
|
vertical-align: bottom;
|
|
align-self: center;
|
|
}
|
|
|
|
#MembersList {
|
|
background-color: #1e1e1e;
|
|
}
|
|
|
|
#MembersList Grid {
|
|
margin-left: 20;
|
|
margin-right: 20;
|
|
margin-top: 20;
|
|
margin-bottom: 20;
|
|
width: 150;
|
|
border-radius: 25;
|
|
background-color: #626363;
|
|
}
|
|
|
|
#MembersList Label {
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
color: white;
|
|
font-size: 20;
|
|
}
|
|
|