spellslots.component.scss 536 B

1234567891011121314151617181920212223242526272829303132
  1. .slots-box {
  2. height: 100%;
  3. }
  4. .slots-container {
  5. height: calc(100% - 5rem);
  6. overflow: auto;
  7. padding-top: 0.5rem;
  8. position: relative;
  9. }
  10. .level-row {
  11. padding: 1rem 1.5rem 0 1.5rem;
  12. display: flex;
  13. font-size: 1.25rem;
  14. font-weight: 600;
  15. .checkboxes {
  16. margin-left: 1rem;
  17. display: flex;
  18. align-items: center;
  19. gap: 0.5rem;
  20. }
  21. }
  22. .modifier-container {
  23. position: absolute;
  24. width: 100%;
  25. bottom: 1.5rem;
  26. display: flex;
  27. justify-content: space-evenly;
  28. }