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.

_dialog.scss 437B

1234567891011121314151617181920212223242526
  1. .modal-dialog-form {
  2. margin-top: 5px !important;
  3. .input-control {
  4. background: $modalMockAKInputBackground;
  5. border: $modalMockAKInputBorder;
  6. color: inherit;
  7. }
  8. &-error {
  9. margin-bottom: 8px;
  10. }
  11. }
  12. /**
  13. * Styling shared video dialog errors.
  14. */
  15. .shared-video-dialog-error {
  16. color: #E04757;
  17. margin-top: 2px;
  18. display: block;
  19. }
  20. .dialog-bottom-margin {
  21. margin-bottom: 5px;
  22. }