FormPanel.scss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #feedbackWin {
  2. border: none;
  3. border-radius: 4px;
  4. .x-window-header {
  5. padding: 30px 45px 20px 45px;
  6. background: #fff;
  7. border: none;
  8. .x-window-header-title-default {
  9. .x-title-text {
  10. color: #34BAF6;
  11. font-size: 16px;
  12. font-weight: 500;
  13. letter-spacing: 1.8px;
  14. padding-left: 10px;
  15. &:before {
  16. content: ' ';
  17. position: absolute;
  18. width: 5px;
  19. height: 16px;
  20. background: #34baf6;
  21. left: 0;
  22. top: 2px;
  23. border-radius: 4px;
  24. }
  25. }
  26. }
  27. .x-tool-default {
  28. .x-tool-close {
  29. color: #34BAF6;
  30. }
  31. }
  32. }
  33. .x-window-bodyWrap {
  34. .x-toolbar-footer {
  35. padding: 0;
  36. top: 210px !important;
  37. background: #fff;
  38. }
  39. }
  40. }