blob: 35e943f56e4e3368a9af9a767ba53f37e78686c3 [file] [log] [blame]
Philipp Schrader72beced2022-03-07 05:29:52 -08001/* This CSS is shared between all scouting app tabs. */
2
3.error_message {
4 color: red;
5}
6.error_message:empty, .progress_message:empty {
7 /* TODO(phil): Figure out a way to make these take up no horizontal space.
8 * I.e. It would be nice to keep the error message and the progress message
9 * aligned when they are non-empty. */
10}