We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See ideas at https://www.google.com/search?q=concentric%20circles%20icons%20scale&tbm=isch&tbs=rimg:CatDloMSzOaoYegMFtXEOO8ksgIGCgIIABAA&client=ubuntu&hs=HLa&hl=fr&sa=X&ved=0CAIQrnZqFwoTCMj0svCRj_MCFQAAAAAdAAAAABAL&biw=1908&bih=968
5 levels to represent order of magnitude :
The text was updated successfully, but these errors were encountered:
Note : Fontawesome has an API to print a counter next to the icon: https://fontawesome.com/docs/apis/javascript/methods#counter-content-params Here are some tricks to make counter larger : FortAwesome/angular-fontawesome#165
Sorry, something went wrong.
See layer technique of font-awesome : https://fontawesome.com/docs/web/style/layer
:host ::ng-deep .fa-custom-counter { transform: scale(0.5) translateX(50%) translateY(-50%); }
No branches or pull requests
See ideas at https://www.google.com/search?q=concentric%20circles%20icons%20scale&tbm=isch&tbs=rimg:CatDloMSzOaoYegMFtXEOO8ksgIGCgIIABAA&client=ubuntu&hs=HLa&hl=fr&sa=X&ved=0CAIQrnZqFwoTCMj0svCRj_MCFQAAAAAdAAAAABAL&biw=1908&bih=968
5 levels to represent order of magnitude :
The text was updated successfully, but these errors were encountered: