header.less 523 B

123456789101112131415161718192021222324
  1. .dataSourcedetail-header {
  2. display: flex;
  3. justify-content: space-between;
  4. .title-label {
  5. font-weight: bold;
  6. font-size: 16px;
  7. }
  8. .buttons {
  9. button {
  10. margin-left: 8px;
  11. }
  12. }
  13. }
  14. .close-popconfirm.confirm-disabled {
  15. .ant-popover-buttons {
  16. button:last-child {
  17. cursor: not-allowed;
  18. color: rgba(0, 0, 0, 0.25);
  19. background-color: #f5f5f5;
  20. border-color: #ccc;
  21. text-shadow: none;
  22. }
  23. }
  24. }