style.scss 611 B

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