index.less 1015 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. @import '~antd/es/style/themes/default.less';
  2. .stream-card-item {
  3. width: 100%;
  4. background: url('/images/access-config-enabled.png') no-repeat;
  5. background-size: 100% 100%;
  6. .context-stream {
  7. display: flex;
  8. width: 100%;
  9. .card {
  10. display: flex;
  11. flex-direction: column;
  12. flex-grow: 1;
  13. width: 0;
  14. margin-left: 20px;
  15. .header {
  16. .stream-title {
  17. width: 100%;
  18. font-weight: 700;
  19. font-size: 18px;
  20. }
  21. }
  22. .container {
  23. display: flex;
  24. justify-content: space-between;
  25. width: 100%;
  26. margin-bottom: 20px;
  27. padding-right: 20px;
  28. div {
  29. label {
  30. color: #000;
  31. font-size: 12px;
  32. opacity: 0.45;
  33. }
  34. div {
  35. color: #000;
  36. font-weight: 700;
  37. font-size: 12px;
  38. opacity: 0.75;
  39. }
  40. }
  41. }
  42. }
  43. }
  44. }
  45. :global {
  46. .ant-pagination-item {
  47. display: none;
  48. }
  49. }