index.less 809 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. @import "~antd/lib/style/themes/default.less";
  2. .popover {
  3. width: 250px;
  4. :global(.ant-popover-title) {
  5. text-align: center;
  6. }
  7. :global(.ant-popover-inner-content) {
  8. padding: 0;
  9. }
  10. p {
  11. margin-top: 5px;
  12. }
  13. }
  14. .userBoxContent {
  15. padding-top: 16px;
  16. :global(.ant-card) {
  17. margin-left: 10px;
  18. width: 70px;
  19. height: 70px;
  20. float: left;
  21. &:hover {
  22. background: #f5f5f5;
  23. }
  24. }
  25. :global(.ant-card .ant-card-body) {
  26. padding: 20px 0;
  27. text-align: center;
  28. > i {
  29. font-size: 20px;
  30. color: #788d9b;
  31. }
  32. }
  33. .logoutButton {
  34. display: block;
  35. clear: both;
  36. height: 50px;
  37. line-height: 50px;
  38. background: #f5f5f5;
  39. text-align: center;
  40. font-size: 14px;
  41. font-weight: 500;
  42. vertical-align: middle;
  43. margin-top: 96px;
  44. }
  45. }