This repository has been archived on 2020-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
aurora-sharp-desktop/Aurora/Design/Views/Party/NewPartyDialog/NewPartyDialog.css

26 lines
363 B
CSS
Raw Normal View History

2019-12-22 01:12:53 +00:00
#View {
width: 300;
height: 500;
}
#DialogTitle {
text-align: center;
text-align-last: center;
margin-top: 20;
margin-bottom: 40;
margin-left: 20;
margin-right: 30;
color: white;
font-size: 50;
word-wrap: break-word;
}
2019-12-07 18:47:45 +00:00
#Container {
2019-12-22 01:12:53 +00:00
background-color: transparent;
2019-12-07 18:47:45 +00:00
}
Button {
2019-12-22 01:12:53 +00:00
background-color: transparent;
}