redirect.css 417 B

123456789101112131415
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) 2014-2017, Jupyter Development Team.
  3. |
  4. | Distributed under the terms of the Modified BSD License.
  5. |----------------------------------------------------------------------------*/
  6. .jp-RedirectForm input {
  7. display: block;
  8. margin-top: 10px;
  9. width: 100%;
  10. }
  11. .jp-RedirectForm-warning {
  12. color: var(--jp-warn-color0);
  13. }