Skip to content

Commit 33594f2

Browse files
Assimilate color
1 parent 2b6d85a commit 33594f2

File tree

7 files changed

+15
-13
lines changed

7 files changed

+15
-13
lines changed

src/components/Circle10.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export default {
6565
width: 75px;
6666
top: 10px;
6767
left: 10px;
68+
border-top: 3px solid #f7484e;
6869
animation-duration: 10s;
6970
}
7071
@@ -73,6 +74,7 @@ export default {
7374
width: 50px;
7475
top: 22px;
7576
left: 22px;
77+
border-top: 3px solid #f8b334;
7678
animation-duration: 4s;
7779
}
7880

src/components/Circle4.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default {
2323
box-sizing: border-box;
2424
position: relative;
2525
border: 3px solid transparent;
26-
border-top-color: #A04668;
26+
border-top-color: #f7484e;
2727
border-radius: 50%;
2828
animation: circle-4-spin 2s linear infinite;
2929
&:before, &:after{
@@ -35,7 +35,7 @@ export default {
3535
}
3636
3737
&:before{
38-
border-top-color: #254E70;
38+
border-top-color: #f8b334;
3939
top: 0;
4040
left: 0;
4141
right: 0;

src/components/Circle8.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default {
6868
}
6969
.ball_1
7070
{
71-
background-color:#cb2025;
71+
background-color:#f7484e;
7272
top:0; left:0;
7373
}
7474
.ball_2
@@ -78,12 +78,12 @@ export default {
7878
}
7979
.ball_3
8080
{
81-
background-color:#00a096;
81+
background-color:#41b883;
8282
top:24px; left:0;
8383
}
8484
.ball_4
8585
{
86-
background-color:#97bf0d;
86+
background-color:#34495e;
8787
top:24px; left:24px;
8888
}
8989

src/components/Circle9.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ export default {
7979
}
8080
8181
.spin-1{
82-
border: 5px solid #c00353 ;
82+
border: 5px solid #f7484e ;
8383
border-top: 5px solid transparent;
8484
border-left: 5px solid transparent;
8585
width: 120px;
8686
height: 120px;
8787
}
8888
.spin-2{
89-
border: 5px solid #05bbc3 ;
89+
border: 5px solid #41b883 ;
9090
border-top: 5px solid transparent;
9191
border-left: 5px solid transparent;
9292
width: 100px;
@@ -110,7 +110,7 @@ export default {
110110
animation-delay: 1s;
111111
}
112112
.spin-5{
113-
border: 5px solid #f34d51 ;
113+
border: 5px solid #34495e ;
114114
border-top: 5px solid transparent;
115115
border-left: 5px solid transparent;
116116
width: 40px;

src/components/Jawn.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export default {
3434
</script>
3535

3636
<style lang="scss" scoped>
37-
$blue: #41b883;
3837
.spinner-inner{
3938
width: 70px;
4039
height: 70px;
@@ -48,7 +47,7 @@ export default {
4847
}
4948
.jawn {
5049
position: relative;
51-
background-color: #F8E71C;
50+
background-color: #41b883;
5251
width: 15px;
5352
height: 15px;
5453
margin: 0 auto;
@@ -72,7 +71,7 @@ export default {
7271
&:before {
7372
left: -25px;
7473
top: -15px;
75-
background-color: $blue;
74+
background-color: #34495e;
7675
transform-origin: 30px 20px;
7776
animation: jawn-axis 2s linear infinite;
7877
}

src/components/LetterCube.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ export default {
5252
height: 80px;
5353
line-height: 80px;
5454
text-align: center;
55-
font-size: 50px;
5655
transform-style: preserve-3d;
5756
transition: transform 0.5s 0.1s;
5857
perspective: 9999px;
@@ -65,6 +64,8 @@ export default {
6564
animation: letter-cube-panel 2.2s infinite forwards;
6665
6766
.cube-face {
67+
font-family: "Open Sans",sans-serif;
68+
font-size: 50px;
6869
color: #41b883;
6970
box-shadow: inset 0 0 0 1px #41b883, 0 0 1px 1px #41b883;
7071
}

src/components/PingPong.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default {
7474
width:15px;
7575
height:15px;
7676
border-radius:50%;
77-
background:#41b883;
77+
background:#f7484e;
7878
position:absolute;
7979
animation: pingpong-bounce 2s linear infinite;
8080
}

0 commit comments

Comments
 (0)