Files
mesh-network-project/desktop_app/ui/assets/pair_screen.tcss

27 lines
375 B
Plaintext
Raw Normal View History

2026-03-07 14:22:06 +11:00
PairScreen {
align: center middle;
EffectLabel {
min-width: 50;
text-align: center;
text-style: bold;
}
2026-03-07 14:22:06 +11:00
}
#middle {
2026-03-07 14:34:25 +11:00
border: $success round;
width: 45;
height: 15;
2026-03-07 14:22:06 +11:00
padding: 0 1 1 1;
Static {
min-width: 100%;
2026-03-07 14:34:25 +11:00
margin: 0 1;
2026-03-07 14:22:06 +11:00
}
LoadingIndicator {
height: 1;
margin-top: 1;
}
}