/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

    This file contains rules for
    CHARACTER COUNT WARNING
    that implement the UU design system specifically for Sitevision

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Place the warning fixed at the bottom of the window. */
.character-count-warning {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 1000;
  }

  .character-count-warning .jumbotron {
    margin-bottom: 0;
  }

  /* Don't restrict the width of the warning message in order to make the height as small as possible. */
  .character-count-warning .character-count-warning-message {
    max-width: none;
  }