You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
315 B

4 years ago
  1. .signature-pad {
  2. margin: 10px 0 30px 0;
  3. height: auto;
  4. }
  5. .signature-pad--body {
  6. min-height: 180px;
  7. }
  8. .signature-pad--actions {
  9. overflow: hidden;
  10. }
  11. .signature-pad--actions > div:first-child {
  12. float: left;
  13. }
  14. .signature-pad--actions > div:last-child {
  15. float: right;
  16. }