journal-stats.component.scss 966 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .center{
  2. display: flex;
  3. justify-content: center;
  4. }
  5. .stats-container{
  6. display: flex;
  7. justify-content: space-between;
  8. margin: 2rem 2rem 0 2rem;
  9. gap: 2rem;
  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. // border: 1px solid #ff00ff;
  31. width: 100%;
  32. }
  33. .life-weapon-container{
  34. display: flex;
  35. flex-direction: column;
  36. // justify-content: space-between;
  37. gap: 2rem;
  38. // border: 3px solid #eeff00;
  39. width: 49%;
  40. }
  41. ability-panel{
  42. width: 49%;
  43. }
  44. .life{
  45. width: 100%;
  46. height: 20%;
  47. // border: 3px solid #020202;
  48. }
  49. .weapon{
  50. width: 100%;
  51. min-height: 50%;
  52. max-height: 70%;
  53. // border: 3px solid #5e0e0e;
  54. }