23 lines
390 B
Plaintext
23 lines
390 B
Plaintext
#root-party-unit {
|
|
flex-direction: row;
|
|
flex-grow: 0;
|
|
align-items: flex-start;
|
|
flex-shrink: 0;
|
|
align-self: flex-start;
|
|
}
|
|
|
|
#status-row {
|
|
margin-left: 2px;
|
|
margin-right: 2px;
|
|
margin-top: 2px;
|
|
margin-bottom: 2px;
|
|
flex-direction: row;
|
|
}
|
|
|
|
#status-row > .status {
|
|
margin-left: 1px;
|
|
margin-right: 1px;
|
|
margin-top: 1px;
|
|
margin-bottom: 1px;
|
|
}
|