File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88</ head >
99< body >
1010 < header class ='page-header '>
11- < h1 > NProgress</ h1 >
11+ < h1 > NProgress< i > .js </ i > < /h1 >
1212 </ header >
1313
1414 < div class ='controls '>
Original file line number Diff line number Diff line change 3838 width : 14px ;
3939 height : 14px ;
4040
41- border-top : solid 3px # 29d ;
42- border-radius : 8px ;
41+ border : solid 2px transparent;
42+ border-top-color : # 29d ;
43+ border-left-color : # 29d ;
44+ border-radius : 10px ;
4345
44- -webkit-animation : nprogress-spinner 300 ms linear infinite;
45- -moz-animation : nprogress-spinner 300 ms linear infinite;
46- -ms-animation : nprogress-spinner 300 ms linear infinite;
47- -o-animation : nprogress-spinner 300 ms linear infinite;
48- animation : nprogress-spinner 300 ms linear infinite;
46+ -webkit-animation : nprogress-spinner 400 ms linear infinite;
47+ -moz-animation : nprogress-spinner 400 ms linear infinite;
48+ -ms-animation : nprogress-spinner 400 ms linear infinite;
49+ -o-animation : nprogress-spinner 400 ms linear infinite;
50+ animation : nprogress-spinner 400 ms linear infinite;
4951}
5052
5153@-webkit-keyframes nprogress-spinner {
Original file line number Diff line number Diff line change @@ -68,6 +68,11 @@ button {
6868 margin : 1em 0 1em 0 ;
6969}
7070
71+ .page-header h1 i {
72+ color : # aaa ;
73+ font-style : normal;
74+ }
75+
7176@media (min-width : 480px ) {
7277 .page-header h1 {
7378 font-size : 3em ;
You can’t perform that action at this time.
0 commit comments