-
Notifications
You must be signed in to change notification settings - Fork 2
Loading Spinner #11
New issue
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
base: integration
Are you sure you want to change the base?
Loading Spinner #11
Conversation
|
Please remove files added by WebStorm (.idea) and add |
| transform: rotate(360deg); | ||
| } | ||
| } | ||
| .circularProgress__overlay{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's stick to a naming convention for class names. So this should be circular-progress-overlay instead of circularProgress__overlay. Find a better and more suggestive name for the class name
| $backgroundColor:#fffdf8; | ||
|
|
||
|
|
||
| @mixin circle($size){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move this mixin to mixins folder or file
|
Also change the file name from |
|
please add |
No description provided.