-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from culturecreates/feature/issue-108
feat: fixing style.
- Loading branch information
Showing
11 changed files
with
243 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import React from 'react'; | ||
import './loader.css'; | ||
|
||
const Loader = () => { | ||
return <span className="loader"></span>; | ||
}; | ||
|
||
export default Loader; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
#calendar-widget > .widget-layout .loader { | ||
font-size: 10px; | ||
width: 1em; | ||
height: 1em; | ||
border-radius: 50%; | ||
position: relative; | ||
text-indent: -9999em; | ||
animation: mulShdSpin 1.1s infinite ease; | ||
transform: translateZ(0); | ||
} | ||
@keyframes mulShdSpin { | ||
0%, | ||
100% { | ||
box-shadow: | ||
0em -2.6em 0em 0em #ffffff, | ||
1.8em -1.8em 0 0em var(--dynamic-color-500, 0.2), | ||
2.5em 0em 0 0em var(--dynamic-color-500, 0.2), | ||
1.75em 1.75em 0 0em var(--dynamic-color-500, 0.2), | ||
0em 2.5em 0 0em var(--dynamic-color-500, 0.2), | ||
-1.8em 1.8em 0 0em var(--dynamic-color-500, 0.2), | ||
-2.6em 0em 0 0em var(--dynamic-color-500, 0.5), | ||
-1.8em -1.8em 0 0em var(--dynamic-color-500, 0.7); | ||
} | ||
12.5% { | ||
box-shadow: | ||
0em -2.6em 0em 0em var(--dynamic-color-500, 0.7), | ||
1.8em -1.8em 0 0em #ffffff, | ||
2.5em 0em 0 0em var(--dynamic-color-500, 0.2), | ||
1.75em 1.75em 0 0em var(--dynamic-color-500, 0.2), | ||
0em 2.5em 0 0em var(--dynamic-color-500, 0.2), | ||
-1.8em 1.8em 0 0em var(--dynamic-color-500, 0.2), | ||
-2.6em 0em 0 0em var(--dynamic-color-500, 0.2), | ||
-1.8em -1.8em 0 0em var(--dynamic-color-500, 0.5); | ||
} | ||
25% { | ||
box-shadow: | ||
0em -2.6em 0em 0em var(--dynamic-color-500, 0.5), | ||
1.8em -1.8em 0 0em var(--dynamic-color-500, 0.7), | ||
2.5em 0em 0 0em #ffffff, | ||
1.75em 1.75em 0 0em var(--dynamic-color-500, 0.2), | ||
0em 2.5em 0 0em var(--dynamic-color-500, 0.2), | ||
-1.8em 1.8em 0 0em var(--dynamic-color-500, 0.2), | ||
-2.6em 0em 0 0em var(--dynamic-color-500, 0.2), | ||
-1.8em -1.8em 0 0em var(--dynamic-color-500, 0.2); | ||
} | ||
37.5% { | ||
box-shadow: | ||
0em -2.6em 0em 0em var(--dynamic-color-500, 0.2), | ||
1.8em -1.8em 0 0em var(--dynamic-color-500, 0.5), | ||
2.5em 0em 0 0em var(--dynamic-color-500, 0.7), | ||
1.75em 1.75em 0 0em #ffffff, | ||
0em 2.5em 0 0em var(--dynamic-color-500, 0.2), | ||
-1.8em 1.8em 0 0em var(--dynamic-color-500, 0.2), | ||
-2.6em 0em 0 0em var(--dynamic-color-500, 0.2), | ||
-1.8em -1.8em 0 0em var(--dynamic-color-500, 0.2); | ||
} | ||
50% { | ||
box-shadow: | ||
0em -2.6em 0em 0em var(--dynamic-color-500, 0.2), | ||
1.8em -1.8em 0 0em var(--dynamic-color-500, 0.2), | ||
2.5em 0em 0 0em var(--dynamic-color-500, 0.5), | ||
1.75em 1.75em 0 0em var(--dynamic-color-500, 0.7), | ||
0em 2.5em 0 0em #ffffff, | ||
-1.8em 1.8em 0 0em var(--dynamic-color-500, 0.2), | ||
-2.6em 0em 0 0em var(--dynamic-color-500, 0.2), | ||
-1.8em -1.8em 0 0em var(--dynamic-color-500, 0.2); | ||
} | ||
62.5% { | ||
box-shadow: | ||
0em -2.6em 0em 0em var(--dynamic-color-500, 0.2), | ||
1.8em -1.8em 0 0em var(--dynamic-color-500, 0.2), | ||
2.5em 0em 0 0em var(--dynamic-color-500, 0.2), | ||
1.75em 1.75em 0 0em var(--dynamic-color-500, 0.5), | ||
0em 2.5em 0 0em var(--dynamic-color-500, 0.7), | ||
-1.8em 1.8em 0 0em #ffffff, | ||
-2.6em 0em 0 0em var(--dynamic-color-500, 0.2), | ||
-1.8em -1.8em 0 0em var(--dynamic-color-500, 0.2); | ||
} | ||
75% { | ||
box-shadow: | ||
0em -2.6em 0em 0em var(--dynamic-color-500, 0.2), | ||
1.8em -1.8em 0 0em var(--dynamic-color-500, 0.2), | ||
2.5em 0em 0 0em var(--dynamic-color-500, 0.2), | ||
1.75em 1.75em 0 0em var(--dynamic-color-500, 0.2), | ||
0em 2.5em 0 0em var(--dynamic-color-500, 0.5), | ||
-1.8em 1.8em 0 0em var(--dynamic-color-500, 0.7), | ||
-2.6em 0em 0 0em #ffffff, | ||
-1.8em -1.8em 0 0em var(--dynamic-color-500, 0.2); | ||
} | ||
87.5% { | ||
box-shadow: | ||
0em -2.6em 0em 0em var(--dynamic-color-500, 0.2), | ||
1.8em -1.8em 0 0em var(--dynamic-color-500, 0.2), | ||
2.5em 0em 0 0em var(--dynamic-color-500, 0.2), | ||
1.75em 1.75em 0 0em var(--dynamic-color-500, 0.2), | ||
0em 2.5em 0 0em var(--dynamic-color-500, 0.2), | ||
-1.8em 1.8em 0 0em var(--dynamic-color-500, 0.5), | ||
-2.6em 0em 0 0em var(--dynamic-color-500, 0.7), | ||
-1.8em -1.8em 0 0em #ffffff; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.