File tree Expand file tree Collapse file tree 7 files changed +15
-13
lines changed Expand file tree Collapse file tree 7 files changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ export default {
65
65
width : 75px ;
66
66
top : 10px ;
67
67
left : 10px ;
68
+ border-top : 3px solid #f7484e ;
68
69
animation-duration : 10s ;
69
70
}
70
71
@@ -73,6 +74,7 @@ export default {
73
74
width : 50px ;
74
75
top : 22px ;
75
76
left : 22px ;
77
+ border-top : 3px solid #f8b334 ;
76
78
animation-duration : 4s ;
77
79
}
78
80
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export default {
23
23
box-sizing : border-box ;
24
24
position : relative ;
25
25
border : 3px solid transparent ;
26
- border-top-color : #A04668 ;
26
+ border-top-color : #f7484e ;
27
27
border-radius : 50% ;
28
28
animation : circle- 4- spin 2s linear infinite ;
29
29
& :before , & :after {
@@ -35,7 +35,7 @@ export default {
35
35
}
36
36
37
37
& :before {
38
- border-top-color : #254E70 ;
38
+ border-top-color : #f8b334 ;
39
39
top : 0 ;
40
40
left : 0 ;
41
41
right : 0 ;
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export default {
68
68
}
69
69
.ball_1
70
70
{
71
- background-color :#cb2025 ;
71
+ background-color :#f7484e ;
72
72
top :0 ; left :0 ;
73
73
}
74
74
.ball_2
@@ -78,12 +78,12 @@ export default {
78
78
}
79
79
.ball_3
80
80
{
81
- background-color :#00a096 ;
81
+ background-color :#41b883 ;
82
82
top :24px ; left :0 ;
83
83
}
84
84
.ball_4
85
85
{
86
- background-color :#97bf0d ;
86
+ background-color :#34495e ;
87
87
top :24px ; left :24px ;
88
88
}
89
89
Original file line number Diff line number Diff line change @@ -79,14 +79,14 @@ export default {
79
79
}
80
80
81
81
.spin-1 {
82
- border : 5px solid #c00353 ;
82
+ border : 5px solid #f7484e ;
83
83
border-top : 5px solid transparent ;
84
84
border-left : 5px solid transparent ;
85
85
width : 120px ;
86
86
height : 120px ;
87
87
}
88
88
.spin-2 {
89
- border : 5px solid #05bbc3 ;
89
+ border : 5px solid #41b883 ;
90
90
border-top : 5px solid transparent ;
91
91
border-left : 5px solid transparent ;
92
92
width : 100px ;
@@ -110,7 +110,7 @@ export default {
110
110
animation-delay : 1s ;
111
111
}
112
112
.spin-5 {
113
- border : 5px solid #f34d51 ;
113
+ border : 5px solid #34495e ;
114
114
border-top : 5px solid transparent ;
115
115
border-left : 5px solid transparent ;
116
116
width : 40px ;
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ export default {
34
34
</script >
35
35
36
36
<style lang="scss" scoped>
37
- $blue : #41b883 ;
38
37
.spinner-inner {
39
38
width : 70px ;
40
39
height : 70px ;
@@ -48,7 +47,7 @@ export default {
48
47
}
49
48
.jawn {
50
49
position : relative ;
51
- background-color : #F8E71C ;
50
+ background-color : #41b883 ;
52
51
width : 15px ;
53
52
height : 15px ;
54
53
margin : 0 auto ;
@@ -72,7 +71,7 @@ export default {
72
71
& :before {
73
72
left : -25px ;
74
73
top : -15px ;
75
- background-color : $blue ;
74
+ background-color : #34495e ;
76
75
transform-origin : 30px 20px ;
77
76
animation : jawn- axis 2s linear infinite ;
78
77
}
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ export default {
52
52
height : 80px ;
53
53
line-height : 80px ;
54
54
text-align : center ;
55
- font-size : 50px ;
56
55
transform-style : preserve-3d ;
57
56
transition : transform 0.5s 0.1s ;
58
57
perspective : 9999px ;
@@ -65,6 +64,8 @@ export default {
65
64
animation : letter- cube- panel 2.2s infinite forwards ;
66
65
67
66
.cube-face {
67
+ font-family : " Open Sans" ,sans-serif ;
68
+ font-size : 50px ;
68
69
color : #41b883 ;
69
70
box-shadow : inset 0 0 0 1px #41b883 , 0 0 1px 1px #41b883 ;
70
71
}
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export default {
74
74
width :15px ;
75
75
height :15px ;
76
76
border-radius :50% ;
77
- background :#41b883 ;
77
+ background :#f7484e ;
78
78
position :absolute ;
79
79
animation : pingpong- bounce 2s linear infinite ;
80
80
}
You can’t perform that action at this time.
0 commit comments