_stamps.scss 300 B

123456789101112131415161718
  1. .stamp {
  2. color: #fff;
  3. background: $secondary-color;
  4. display: inline-block;
  5. min-width: 2rem;
  6. height: 2rem;
  7. padding: 0 .25rem;
  8. line-height: 2rem;
  9. text-align: center;
  10. border-radius: 3px;
  11. font-weight: 600;
  12. }
  13. .stamp-md {
  14. min-width: 2.5rem;
  15. height: 2.5rem;
  16. line-height: 2.5rem;
  17. }