您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

_dialog.scss 411B

1234567891011121314151617181920212223242526
  1. .modal-dialog-form {
  2. margin-top: 5px !important;
  3. .input-control {
  4. background: #fafbfc;
  5. border: 1px solid #f4f5f7;
  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. }