CSS = '\n AuthManagerScreen {\n align: center middle;\n }\n\n AuthManagerScreen > Vertical {\n width: 76;\n max-width: 90%;\n height: 80%;\n background: $surface;\n border: solid $primary;\n padding: 1 2;\n }\n\n AuthManagerScreen .auth-manager-title {\n text-style: bold;\n color: $primary;\n text-align: center;\n margin-bottom: 1;\n }\n\n AuthManagerScreen .auth-manager-copy {\n height: auto;\n color: $text-muted;\n margin-bottom: 1;\n }\n\n /* `1fr` + `min-height` keeps the option list from pushing the footer\n off-screen on short terminals: the list shrinks (
and starts scrolling
)\n before the footer is hidden. */\n AuthManagerScreen OptionList {\n height: 1fr;\n min-height: 3;\n background: $background;\n }\n\n AuthManagerScreen .auth-manager-warning {\n height: auto;\n color: $warning;\n margin-bottom: 1;\n }\n\n AuthManagerScreen .auth-manager-help {\n height: 1;\n color: $text-muted;\n text-style: italic;\n text-align: center;\n margin-top: 1;\n }\n '