style.css 576 B

123456789101112131415161718192021222324252627282930313233
  1. form label, nav label {
  2. min-width: 10em;
  3. display: inline-block;
  4. padding-bottom: 2em; }
  5. form input, nav input {
  6. min-width: 15em;
  7. display: inline-block; }
  8. form ul, nav ul {
  9. list-style-type: none; }
  10. form fieldset, nav fieldset {
  11. margin-bottom: 2em; }
  12. button, input, select, textarea {
  13. font-family: inherit;
  14. font-size: 100%;
  15. width: 10em;
  16. padding: 0;
  17. margin: 0;
  18. box-sizing: border-box; }
  19. #sig-canvas {
  20. border: 2px dotted #CCCCCC;
  21. border-radius: 15px;
  22. cursor: crosshair; }
  23. footer {
  24. background-color: lightgray;
  25. margin: 0;
  26. padding: 2em; }