39 lines
495 B
Plaintext
39 lines
495 B
Plaintext
|
|
PairScreen {
|
||
|
|
align: center middle;
|
||
|
|
}
|
||
|
|
|
||
|
|
EffectLabel {
|
||
|
|
min-width: 50;
|
||
|
|
text-align: center;
|
||
|
|
text-style: bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
#middle {
|
||
|
|
border: $success ascii;
|
||
|
|
width: 50;
|
||
|
|
height: 28;
|
||
|
|
|
||
|
|
padding: 0 1 1 1;
|
||
|
|
|
||
|
|
Static {
|
||
|
|
min-width: 100%;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
DataTable {
|
||
|
|
margin-top: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
LoadingIndicator {
|
||
|
|
height: 1;
|
||
|
|
margin-top: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
DataTable {
|
||
|
|
height: 5;
|
||
|
|
}
|
||
|
|
|
||
|
|
Button {
|
||
|
|
margin: 2 0 0 1;
|
||
|
|
}
|
||
|
|
}
|