RoundSummary.module.css 307 B

12345678910111213141516171819202122232425
  1. .panel {
  2. position: absolute;
  3. display: flex;
  4. flex-flow: column nowrap;
  5. background-color: #333;
  6. z-index: 1;
  7. bottom: 16px;
  8. right: 8px;
  9. padding: 8px;
  10. }
  11. .score {
  12. padding-bottom: 2px;
  13. }
  14. .next {
  15. margin-top: 5px;
  16. padding: 1em;
  17. }
  18. .map {
  19. position: absolute;
  20. height: 100%;
  21. width: 100%;
  22. }