Counter.css 150 B

12345678910111213
  1. @import '../variables.css';
  2. .counter {
  3. font-weight: bold;
  4. }
  5. .counterGreen {
  6. color: rgb(25,200,25);
  7. }
  8. .counterContainer {
  9. margin: 1em auto;
  10. }