Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

_dialog.scss 715B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. }
  35. .dialog-bottom-margin {
  36. margin-bottom: 5px;
  37. }