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 664B

12345678910111213141516171819202122232425262728293031323334353637383940
  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 inline dialog errors.
  14. */
  15. .inline-dialog-error {
  16. margin-top: 16px;
  17. &-text {
  18. color: $dialogErrorText;
  19. margin-bottom: 8px;
  20. text-align: center;
  21. }
  22. &-button {
  23. display: block;
  24. margin: 16px auto 0 auto;
  25. }
  26. }
  27. /**
  28. * Styling shared video dialog errors.
  29. */
  30. .shared-video-dialog-error {
  31. color: #E04757;
  32. margin-top: 2px;
  33. display: block;
  34. }