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 | } |
Philipp Schrader | cf91546 | 2022-03-16 23:42:22 -0700 | [diff] [blame^] | 11 | |
| 12 | /* Hidden from the user, but interactable from protractor. */ |
| 13 | .visually-hidden { |
| 14 | position: absolute !important; |
| 15 | top: -9999px !important; |
| 16 | left: -9999px !important; |
| 17 | } |