27 lines
375 B
Plaintext
27 lines
375 B
Plaintext
PairScreen {
|
|
align: center middle;
|
|
|
|
EffectLabel {
|
|
min-width: 50;
|
|
text-align: center;
|
|
text-style: bold;
|
|
}
|
|
}
|
|
|
|
#middle {
|
|
border: $success round;
|
|
width: 45;
|
|
height: 15;
|
|
|
|
padding: 0 1 1 1;
|
|
|
|
Static {
|
|
min-width: 100%;
|
|
margin: 0 1;
|
|
}
|
|
|
|
LoadingIndicator {
|
|
height: 1;
|
|
margin-top: 1;
|
|
}
|
|
} |