initiative.component.scss 609 B

123456789101112131415161718192021222324252627282930
  1. .initiative-container{
  2. display: flex;
  3. flex-direction: column;
  4. justify-content: center;
  5. align-items: center;
  6. border: 1px solid #8d8c8c;
  7. }
  8. .initiative-input{
  9. border: none;
  10. outline: none;
  11. text-align: center;
  12. background-color: transparent;
  13. width: 100%;
  14. font-size: 2rem;
  15. font-weight: 600;
  16. }
  17. .initiative-input::-webkit-outer-spin-button,
  18. .initiative-input::-webkit-inner-spin-button {
  19. -webkit-appearance: none;
  20. appearance: none;
  21. margin: 0;
  22. }
  23. .initiative-label{
  24. font-size: 1.25rem;
  25. font-weight: 600;
  26. text-align: center;
  27. padding: 0.5rem;
  28. }