CSS = '\n UpdateAvailableScreen {\n align: center middle;\n }\n\n UpdateAvailableScreen > Vertical {\n width: 68;\n max-width: 90%;\n height: auto;\n max-height: 80%;\n background: $surface;\n border: solid $success;\n padding: 1 2;\n }\n\n UpdateAvailableScreen .ua-title {\n text-style: bold;\n color: $text-success;\n text-align: center;\n margin-bottom: 1;\n }\n\n UpdateAvailableScreen .ua-body {\n color: $text-muted;\n margin-bottom: 1;\n }\n\n UpdateAvailableScreen .ua-action {\n height: auto;\n padding: 0 1;\n color: $text;\n }\n\n UpdateAvailableScreen .ua-action.-selected {\n background: $surface-lighten-1;\n }\n\n UpdateAvailableScreen .ua-changelog {\n color: $text-muted;\n margin-bottom: 1;\n }\n\n UpdateAvailableScreen .ua-help {\n height: 1;\n color: $text-muted;\n text-style: italic;\n margin-top: 1;\n text-align: center;\n }\n '