This repository was archived by the owner on Jul 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 7
7
"materializecss-styles" : " LRNWebComponents/materializecss-styles#^1.1.0" ,
8
8
"paper-spinner" : " PolymerElements/paper-spinner#^1.2.1" ,
9
9
"paper-tooltip" : " PolymerElements/paper-tooltip#^1.1.4" ,
10
- "lrn-icons" : " LRNWebComponents/lrn-icons#^1.1.0" ,
11
- "lrn-icon" : " LRNWebComponents/lrn-icon#^1.0.2"
10
+ "lrn-icons" : " LRNWebComponents/lrn-icons#^1.3.0"
12
11
},
13
12
"devDependencies" : {
14
13
"iron-component-page" : " PolymerElements/iron-component-page#^1.0.0" ,
Original file line number Diff line number Diff line change 17
17
: host {
18
18
dis play: block;
19
19
}
20
- lrn - icon {
20
+ iron - icon {
21
21
- webkit- animation: spin 1.25s ease- out infinite;
22
22
- moz- animation: spin 1.25s ease- out infinite;
23
23
animation: spin 1.25s ease- out infinite;
57
57
@-moz-keyframes spin { 100% { -moz-transform : rotate (60deg ); filter : saturate (10 ) invert (.9 );} }
58
58
@-webkit-keyframes spin { 100% { -webkit-transform : rotate (60deg ); filter : saturate (10 ) invert (.9 );} }
59
59
@keyframes spin { 100% { -webkit-transform : rotate (60deg ); transform : rotate (60deg );} }
60
-
61
60
</ style >
62
- < lrn -icon icon ="network " class$ ="[[color]] [[size]] "> </ lrn -icon>
61
+ < iron -icon icon ="lrn: network " class$ ="[[color]] [[size]] "> </ iron -icon>
63
62
</ template >
64
63
65
64
< script >
You can’t perform that action at this time.
0 commit comments