journal-stats.component.scss 864 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. .center {
  2. display: flex;
  3. justify-content: center;
  4. }
  5. .stats-container {
  6. display: flex;
  7. justify-content: space-between;
  8. margin: 1.5rem 1.5rem 0 1.5rem;
  9. gap: 1.5rem;
  10. width: 100%;
  11. }
  12. attribute-skill-container {
  13. width: 25%;
  14. @media (width < 1700px) {
  15. width: 28%;
  16. }
  17. }
  18. .container2 {
  19. display: flex;
  20. flex-direction: column;
  21. gap: 1.5rem;
  22. width: 75%;
  23. @media (width < 1700px) {
  24. width: 72%;
  25. }
  26. }
  27. .rest {
  28. display: flex;
  29. justify-content: space-between;
  30. width: 100%;
  31. }
  32. .life-weapon-container {
  33. display: flex;
  34. flex-direction: column;
  35. gap: 2rem;
  36. width: 49%;
  37. @media (height < 934px) {
  38. gap: 1.5rem;
  39. }
  40. }
  41. ability-panel {
  42. width: 49%;
  43. }
  44. .life {
  45. width: 100%;
  46. height: 20%;
  47. }
  48. .weapon {
  49. width: 100%;
  50. min-height: 50%;
  51. max-height: 70%;
  52. }