aurora/Aurora/Design/Components/MemberList/MemberList.css

20 lines
318 B
CSS
Raw Normal View History

2019-12-23 17:23:51 +00:00
#MembersList {
2019-12-24 01:07:07 +00:00
background-color: #1e1e1e;
2019-12-23 17:23:51 +00:00
}
2019-12-23 18:29:06 +00:00
Grid {
2019-12-23 04:58:29 +00:00
margin-left: 20;
margin-right: 20;
margin-top: 20;
margin-bottom: 20;
2019-12-23 17:23:51 +00:00
width: 150;
border-radius: 25;
background-color: #626363;
2019-12-23 04:58:29 +00:00
}
2019-12-23 18:29:06 +00:00
Grid Label {
2019-12-23 17:23:51 +00:00
text-align: center;
vertical-align: middle;
color: white;
font-size: 20;
2019-12-23 04:58:29 +00:00
}