simple-item-modal.component.scss 523 B

123456789101112131415161718192021222324252627282930313233343536
  1. .dimensions {
  2. width: 35rem;
  3. }
  4. .numbers {
  5. input::-webkit-outer-spin-button,
  6. input::-webkit-inner-spin-button {
  7. display: none;
  8. }
  9. input {
  10. -moz-appearance: textfield;
  11. }
  12. .input-value {
  13. padding-left: 0.5rem;
  14. }
  15. span {
  16. color: darkgrey;
  17. }
  18. ::ng-deep .mat-mdc-form-field-infix {
  19. height: 40px !important;
  20. min-height: 40px !important;
  21. padding-top: 8px !important;
  22. }
  23. }
  24. .ProseMirror {
  25. overflow: auto;
  26. }
  27. ::ng-deep .ProseMirror {
  28. height: 10rem !important;
  29. overflow-y: auto;
  30. }