Philipp Schrader | 72beced | 2022-03-07 05:29:52 -0800 | [diff] [blame^] | 1 | /* 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 | } |