ImgField.scss 818 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .remoteimg-field {
  2. img, .upload-bth {
  3. left: 50% !important;
  4. margin-left: -67.5px !important;
  5. }
  6. .x-filefield-button {
  7. margin-top: 50% !important;
  8. }
  9. .tool-bar {
  10. width: 100% !important;
  11. height: 24px !important;
  12. top: 146px !important;
  13. left: 0 !important;
  14. .tools {
  15. width: 135px;
  16. height: 24px;
  17. margin: 0 auto;
  18. display: flex;
  19. justify-content: flex-end;
  20. background: white;
  21. opacity: 0.7;
  22. .tool {
  23. width: 24px;
  24. line-height: 24px;
  25. text-align: center;
  26. cursor: pointer;
  27. &:hover {
  28. font-size: 16px;
  29. }
  30. }
  31. }
  32. }
  33. }