blob: 35e943f56e4e3368a9af9a767ba53f37e78686c3 [file] [log] [blame]
/* This CSS is shared between all scouting app tabs. */
.error_message {
color: red;
}
.error_message:empty, .progress_message:empty {
/* TODO(phil): Figure out a way to make these take up no horizontal space.
* I.e. It would be nice to keep the error message and the progress message
* aligned when they are non-empty. */
}