badge-vars.less 455 B

123456789101112131415161718192021
  1. :root {
  2. --f7-badge-text-color: #fff;
  3. --f7-badge-bg-color: #8e8e93;
  4. --f7-badge-padding: 0 4px;
  5. --f7-badge-in-icon-size: 16px;
  6. --f7-badge-in-icon-font-size: 10px;
  7. --f7-badge-font-weight: normal;
  8. --f7-badge-font-size: 12px;
  9. }
  10. .ios-vars({
  11. --f7-badge-size: 20px;
  12. --f7-badge-font-weight: 600;
  13. });
  14. .md-vars({
  15. --f7-badge-size: 18px;
  16. --f7-badge-font-weight: 500;
  17. });
  18. .aurora-vars({
  19. --f7-badge-size: 18px;
  20. --f7-badge-font-weight: 600;
  21. });