No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

page-user-view.css 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .user-card .user-info-title {
  2. min-width: 100px;
  3. }
  4. @media (min-width: 1200px) {
  5. .light-style .user-card .border-container-lg {
  6. border-right: 1px solid #dbdade;
  7. }
  8. .light-style[dir=rtl] .user-card .border-container-lg {
  9. border-right: 0;
  10. border-left: 1px solid #dbdade;
  11. }
  12. }
  13. @media (max-width: 1199.98px) {
  14. .light-style .user-card .border-container-lg {
  15. padding-bottom: 1rem;
  16. }
  17. }
  18. @media (min-width: 576px) {
  19. .light-style .user-card .border-container {
  20. border-right: 1px solid #dbdade;
  21. }
  22. .light-style .timeline .break-text {
  23. width: calc(100% - 90px);
  24. }
  25. .light-style[dir=rtl] .user-card .border-container {
  26. border-right: 0;
  27. border-left: 1px solid #dbdade;
  28. }
  29. }
  30. @media (min-width: 992px) {
  31. .dark-style .user-card .border-container-lg {
  32. border-right: 1px solid #434968;
  33. }
  34. .dark-style[dir=rtl] .user-card .border-container-lg {
  35. border-right: 0;
  36. border-left: 1px solid #434968;
  37. }
  38. }
  39. @media (min-width: 576px) {
  40. .dark-style .user-card .border-container {
  41. border-right: 1px solid #434968;
  42. }
  43. .dark-style .timeline .break-text {
  44. width: calc(100% - 90px);
  45. }
  46. .dark-style[dir=rtl] .user-card .border-container {
  47. border-right: 0;
  48. border-left: 1px solid #434968;
  49. }
  50. }