western-world 3.0.554 → 3.0.556

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
  3. package/src/defs/buble/buble.scss +1 -1
  4. package/src/defs/{buy.js → buy/buy.js} +4 -0
  5. package/src/defs/buy/buy.scss +226 -0
  6. package/src/defs/clouds_63/clouds_63.js +2 -1
  7. package/src/defs/{mouse.js → mouse/mouse.js} +3 -0
  8. package/src/defs/mouse/mouse.scss +88 -0
  9. package/src/scss/cells/abcde.scss +0 -7
  10. package/src/scss/cells/ads.scss +0 -9
  11. package/src/scss/cells/auction_started.scss +0 -4
  12. package/src/scss/cells/bamper.scss +0 -7
  13. package/src/scss/cells/banana_plantation.scss +0 -8
  14. package/src/scss/cells/bread_plantation.scss +0 -7
  15. package/src/scss/cells/broiler_digest.scss +0 -9
  16. package/src/scss/cells/cafe_bogema.scss +0 -8
  17. package/src/scss/cells/coffee.scss +0 -9
  18. package/src/scss/cells/drugs_plantation.scss +0 -8
  19. package/src/scss/cells/ema.scss +0 -9
  20. package/src/scss/cells/farm.scss +0 -3
  21. package/src/scss/cells/hmm.scss +0 -9
  22. package/src/scss/cells/investment_objective.scss +0 -9
  23. package/src/scss/cells/mmm.scss +0 -9
  24. package/src/scss/cells/official_triumph.scss +0 -8
  25. package/src/scss/cells/perls.scss +0 -7
  26. package/src/scss/cells/player_lock_92.scss +0 -3
  27. package/src/scss/cells/port.scss +0 -8
  28. package/src/scss/cells/protess_mission.scss +0 -8
  29. package/src/scss/cells/saloon.scss +0 -4
  30. package/src/scss/cells/shipyards.scss +0 -8
  31. package/src/scss/cells/stock_exchange.scss +0 -2
  32. package/src/scss/cells/street_29.scss +0 -3
  33. package/src/scss/cells/street_49.scss +0 -8
  34. package/src/scss/cells/street_63.scss +0 -3
  35. package/src/scss/cells/street_78.scss +0 -5
  36. package/src/scss/cells/war_factory.scss +0 -9
  37. package/src/svg/cells/abcde.svg +1 -1
  38. package/src/svg/cells/ads.svg +1 -1
  39. package/src/svg/cells/auction_started.svg +1 -1
  40. package/src/svg/cells/bamper.svg +1 -1
  41. package/src/svg/cells/banana_plantation.svg +1 -1
  42. package/src/svg/cells/bread_plantation.svg +1 -1
  43. package/src/svg/cells/broiler_digest.svg +1 -1
  44. package/src/svg/cells/cafe_bogema.svg +1 -1
  45. package/src/svg/cells/coffee.svg +1 -1
  46. package/src/svg/cells/drugs_plantation.svg +1 -1
  47. package/src/svg/cells/ema.svg +1 -1
  48. package/src/svg/cells/hmm.svg +1 -1
  49. package/src/svg/cells/investment_objective.svg +1 -1
  50. package/src/svg/cells/mmm.svg +10 -10
  51. package/src/svg/cells/official_triumph.svg +1 -1
  52. package/src/svg/cells/perls.svg +1 -1
  53. package/src/svg/cells/port.svg +1 -1
  54. package/src/svg/cells/protess_mission.svg +1 -1
  55. package/src/svg/cells/shipyards.svg +1 -1
  56. package/src/svg/cells/street_49.svg +1 -1
  57. package/src/svg/cells/street_63.svg +0 -1
  58. package/src/svg/cells/swimming_in_the_coca_cola.svg +9 -9
  59. package/src/svg/cells/war_factory.svg +1 -1
  60. package/src/svg/index.js +2 -2
  61. package/src/scss/cells/mixins/buy.scss +0 -228
  62. package/src/scss/cells/mixins/mouse.scss +0 -88
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "western-world",
3
- "version": "3.0.554",
3
+ "version": "3.0.556",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -1,5 +1,5 @@
1
1
  .animated {
2
- .buble {
2
+ .use-buble {
3
3
  animation-name: buble_animation;
4
4
  animation-timing-function: linear;
5
5
  animation-iteration-count: infinite;
@@ -1,3 +1,5 @@
1
+ const style = require('!!css-loader!sass-loader!./buy.scss').default;
2
+
1
3
  export const buy = `
2
4
  <symbol id="buy" viewBox="0 0 8192 8192">
3
5
  <style type="text/css">
@@ -8,6 +10,8 @@ export const buy = `
8
10
  .buy_st4{fill:#07FF00;}
9
11
  .buy_st5{fill:#FFB512;}
10
12
  .buy_st6{fill:#FFFFFF;}
13
+ #buy-main-container {scale: var(--scale, 1);translate: var(--translate, 0 0)}
14
+ ${style}
11
15
  </style>
12
16
  <g id="buy-main-container">
13
17
  <g id="buy_hand_1">
@@ -0,0 +1,226 @@
1
+ @import '../../scss/cells/mixins/black-background';
2
+
3
+ .animated.buy {
4
+ @include blackBackgroundMixin;
5
+
6
+ #buy-main-container {
7
+ animation-name: buy_appearing_animation;
8
+ animation-timing-function: linear;
9
+ animation-delay: var(--animation-delay, 0);
10
+ animation-duration: var(--animation-duration, 5s);
11
+ animation-fill-mode: forwards;
12
+ animation-iteration-count: 1;
13
+ }
14
+
15
+ #buy_hand_and_hand {
16
+ animation-name: hand_and_hand_animation;
17
+ animation-timing-function: ease-in-out;
18
+ animation-iteration-count: infinite;
19
+ animation-delay: var(--animation-delay, 0);
20
+ animation-duration: 1s;
21
+ animation-direction: alternate;
22
+ }
23
+
24
+ #buy_hand_1 {
25
+ animation-name: hand_1_animation;
26
+ animation-timing-function: ease-in-out;
27
+ animation-iteration-count: infinite;
28
+ animation-delay: var(--animation-delay, 0);
29
+ animation-duration: 1s;
30
+ animation-direction: alternate;
31
+ transform-origin: -2829px 5983px;
32
+ }
33
+
34
+ #buy_hand_2 {
35
+ animation-name: hand_2_animation;
36
+ animation-timing-function: ease-in-out;
37
+ animation-iteration-count: infinite;
38
+ animation-delay: var(--animation-delay, 0);
39
+ animation-duration: 1s;
40
+ animation-direction: alternate;
41
+ transform-origin: 11067px 5241px;
42
+ }
43
+
44
+ #buy_message_1 {
45
+ animation-name: message_1_animation;
46
+ animation-timing-function: ease-in-out;
47
+ animation-iteration-count: 1;
48
+ animation-delay: var(--animation-delay, 0);
49
+ animation-duration: var(--animation-duration, 5s);
50
+ animation-direction: alternate;
51
+ animation-fill-mode: forwards;
52
+ }
53
+
54
+ #buy_message_2 {
55
+ animation-name: message_2_animation;
56
+ animation-timing-function: ease-in-out;
57
+ animation-iteration-count: 1;
58
+ animation-delay: var(--animation-delay, 0);
59
+ animation-duration: var(--animation-duration, 5s);
60
+ animation-direction: alternate;
61
+ animation-fill-mode: forwards;
62
+ }
63
+
64
+ use.use-buy.d-none {
65
+ display: block;
66
+ }
67
+ }
68
+
69
+ @keyframes buy_appearing_animation {
70
+ 0% {
71
+ opacity: 0;
72
+ }
73
+ 5% {
74
+ opacity: 1;
75
+ }
76
+ 95% {
77
+ opacity: 1;
78
+ }
79
+ 100% {
80
+ opacity: 0;
81
+ }
82
+ }
83
+
84
+ @keyframes hand_and_hand_animation {
85
+ 100% {
86
+ translate: 0 600px;
87
+ }
88
+ }
89
+
90
+ @keyframes hand_1_animation {
91
+ 100% {
92
+ rotate: 6deg;
93
+ }
94
+ }
95
+
96
+ @keyframes hand_2_animation {
97
+ 100% {
98
+ rotate: -6deg;
99
+ }
100
+ }
101
+
102
+ @keyframes message_1_animation {
103
+ 0% {
104
+ translate: -10000px 0px;
105
+ }
106
+ 5% {
107
+ translate: 0px 50px;
108
+ }
109
+ 10% {
110
+ translate: 0px -50px;
111
+ }
112
+ 15% {
113
+ translate: 0px 50px;
114
+ }
115
+ 20% {
116
+ translate: 0px -50px;
117
+ }
118
+ 25% {
119
+ translate: 0px 50px;
120
+ }
121
+ 30% {
122
+ translate: 0px -50px;
123
+ }
124
+ 35% {
125
+ translate: 0px 50px;
126
+ }
127
+ 40% {
128
+ translate: 0px -50px;
129
+ }
130
+ 45% {
131
+ translate: 0px 50px;
132
+ }
133
+ 50% {
134
+ translate: 0px -50px;
135
+ }
136
+ 55% {
137
+ translate: 0px 50px;
138
+ }
139
+ 60% {
140
+ translate: 0px -50px;
141
+ }
142
+ 65% {
143
+ translate: 0px 50px;
144
+ }
145
+ 70% {
146
+ translate: 0px -50px;
147
+ }
148
+ 75% {
149
+ translate: 0px 50px;
150
+ }
151
+ 80% {
152
+ translate: 0px -50px;
153
+ }
154
+ 85% {
155
+ translate: 0px 50px;
156
+ }
157
+ 95% {
158
+ translate: 10000px 0px;
159
+ }
160
+ 100% {
161
+ translate: 10000px 0px;
162
+ }
163
+ }
164
+
165
+ @keyframes message_2_animation {
166
+ 0% {
167
+ translate: 20000px 0px;
168
+ }
169
+ 5% {
170
+ translate: 0px -50px;
171
+ }
172
+ 10% {
173
+ translate: 0px 50px;
174
+ }
175
+ 15% {
176
+ translate: 0px -50px;
177
+ }
178
+ 20% {
179
+ translate: 0px 50px;
180
+ }
181
+ 25% {
182
+ translate: 0px -50px;
183
+ }
184
+ 30% {
185
+ translate: 0px 50px;
186
+ }
187
+ 35% {
188
+ translate: 0px -50px;
189
+ }
190
+ 40% {
191
+ translate: 0px 50px;
192
+ }
193
+ 45% {
194
+ translate: 0px -50px;
195
+ }
196
+ 50% {
197
+ translate: 0px 50px;
198
+ }
199
+ 55% {
200
+ translate: 0px -50px;
201
+ }
202
+ 60% {
203
+ translate: 0px 50px;
204
+ }
205
+ 65% {
206
+ translate: 0px -50px;
207
+ }
208
+ 70% {
209
+ translate: 0px 50px;
210
+ }
211
+ 75% {
212
+ translate: 0px -50px;
213
+ }
214
+ 80% {
215
+ translate: 0px 50px;
216
+ }
217
+ 85% {
218
+ translate: 0px -50px;
219
+ }
220
+ 95% {
221
+ translate: -10000px 0px;
222
+ }
223
+ 100% {
224
+ translate: -10000px 0px;
225
+ }
226
+ }
@@ -4,6 +4,7 @@ export const clouds_63 = `
4
4
  <symbol id="clouds_63" viewBox="0 0 8192 8192">
5
5
  <style>
6
6
  .clouds-white{fill:white;}
7
+ .sun{fill:#FCBC52}
7
8
  ${style}
8
9
  </style>
9
10
  <g id="clouds_layer_1">
@@ -32,7 +33,7 @@ export const clouds_63 = `
32
33
  s-68.3,227.6-68.3,227.6s-68.3,28.4-165,28.4s-625.9,0-625.9,0s-136.6-22.8-136.6-147.9s102.4-170.7,102.4-170.7
33
34
  S2614.6,1032.4,2688.6,1060.9z"/>
34
35
  </g>
35
- <circle class="st27" cx="6775.6" cy="1379.5" r="604.6"/>
36
+ <circle class="sun" cx="6775.6" cy="1379.5" r="604.6"/>
36
37
  <g id="clouds_layer_3">
37
38
  <path class="clouds-white" d="M7102.4,2350.9c0,0,30.2-311.4,332-311.4c301.8,0,332,255.5,332,255.5s256.5-55.9,324.4,143.7
38
39
  c67.9,199.6-90.5,319.4-90.5,319.4s-90.5,39.9-218.8,39.9c-128.3,0-829.9,0-829.9,0s-181.1-31.9-181.1-207.6
@@ -1,7 +1,10 @@
1
+ const style = require('!!css-loader!sass-loader!./mouse.scss').default;
2
+
1
3
  export const mouse = `
2
4
  <symbol id="mouse" viewBox="0 0 8192 8192">
3
5
  <style type="text/css">
4
6
  .mouse_st0{fill:#FFFFFF;}
7
+ ${style}
5
8
  </style>
6
9
  <g class="mouse">
7
10
  <path id="mouse_body" d="M3873.7,3761.9c0,0-502.1,417.5-663.6,803.5c-194,463.7-388,960.9-406.2,1367.1 c-18.2,406.2,42.4,951.9,42.4,951.9s-257.9,57.1-533.6-291c-460.8-582.1-105.1-1783.9-970.1-2110 c-394.1-148.5-521.4,112.2-506.3,151.6s100,33.3,251.6,15.2s321.3,3,488.1,245.6s256.5,603.2,281.9,1012.5 c21.2,341.1,357.7,1359.7,1067.1,1359.7s3352.9,0,3480.3,0c127.3,0,182.7-90.9,162.2-209.2c-20.5-118.2-286.5-313.8-286.5-313.8 v-432c0,0,184.2,25,238.7-113.7s-34.1-304.7-131.9-443.4c-97.8-138.7-200.5-460-176.2-1242.2s66.7-1055-151.6-1212.6 C5841.9,3143.4,4732.1,3176.9,3873.7,3761.9z"/>
@@ -0,0 +1,88 @@
1
+ .animated {
2
+ .mouse {
3
+ #mouse_head {
4
+ animation-name: mouse_head_animation;
5
+ animation-duration: 10s;
6
+ animation-timing-function: linear;
7
+ animation-iteration-count: infinite;
8
+ transform-origin: 5277px 3349px;
9
+ }
10
+
11
+ #mouse_eyes {
12
+ animation-name: eyes_animation;
13
+ animation-duration: 2s;
14
+ animation-timing-function: ease-in-out;
15
+ animation-iteration-count: infinite;
16
+ transform-origin: 4416px 2951px;
17
+ }
18
+
19
+ #mouse_pupil_1,
20
+ #mouse_pupil_2 {
21
+ animation-name: pupil_animation;
22
+ animation-duration: 10s;
23
+ animation-timing-function: ease-in-out;
24
+ animation-iteration-count: infinite;
25
+ }
26
+ }
27
+ }
28
+
29
+ @keyframes mouse_head_animation {
30
+ 0% {
31
+ rotate: 0deg;
32
+ }
33
+ 58% {
34
+ rotate: 0deg;
35
+ }
36
+ 60% {
37
+ rotate: 30deg;
38
+ }
39
+ 80% {
40
+ rotate: 30deg;
41
+ }
42
+ 82% {
43
+ rotate: 0deg;
44
+ }
45
+ 100% {
46
+ rotate: 0deg;
47
+ }
48
+ }
49
+
50
+ @keyframes eyes_animation {
51
+ 0% {
52
+ scale: 1 1;
53
+ }
54
+ 10% {
55
+ scale: 1 1;
56
+ }
57
+ 15% {
58
+ scale: 1 0;
59
+ }
60
+ 20% {
61
+ scale: 1 1;
62
+ }
63
+
64
+ 100% {
65
+ scale: 1 1;
66
+ }
67
+ }
68
+
69
+ @keyframes pupil_animation {
70
+ 0% {
71
+ translate: 0px 0;
72
+ }
73
+ 28% {
74
+ translate: 0px 0;
75
+ }
76
+ 30% {
77
+ translate: 200px 0;
78
+ }
79
+ 40% {
80
+ translate: 200px 0;
81
+ }
82
+ 42% {
83
+ translate: 0px 0;
84
+ }
85
+ 100% {
86
+ translate: 0px 0;
87
+ }
88
+ }
@@ -1,6 +1,5 @@
1
1
  @import './mixins/nth-child-variable';
2
2
  @import './mixins/letter-scale-animation';
3
- @import './mixins/buy';
4
3
 
5
4
  .animated {
6
5
  .abcde {
@@ -45,11 +44,6 @@
45
44
  #screen {
46
45
  filter: url(#tv_noise);
47
46
  }
48
-
49
- #buy-main-container {
50
- translate: 1300px 1250px;
51
- scale: 0.7;
52
- }
53
47
  }
54
48
  }
55
49
 
@@ -63,4 +57,3 @@
63
57
  }
64
58
 
65
59
  @include letterScaleAnimation;
66
- @include buyMixin;
@@ -1,5 +1,3 @@
1
- @import './mixins/buy';
2
-
3
1
  .animated {
4
2
  .ads {
5
3
  #rotating-background {
@@ -45,11 +43,6 @@
45
43
  animation-direction: alternate;
46
44
  animation-iteration-count: infinite;
47
45
  }
48
-
49
- #buy-main-container {
50
- translate: 1900px 3000px;
51
- scale: 0.6;
52
- }
53
46
  }
54
47
  }
55
48
 
@@ -81,5 +74,3 @@
81
74
  translate: -250px 0;
82
75
  }
83
76
  }
84
-
85
- @include buyMixin;
@@ -1,5 +1,3 @@
1
- @import './mixins/buy';
2
-
3
1
  .animated {
4
2
  .auction_started {
5
3
  #lower_x5F_jaw {
@@ -104,5 +102,3 @@
104
102
  transform: translateX(450px);
105
103
  }
106
104
  }
107
-
108
- @include buyMixin;
@@ -1,6 +1,5 @@
1
1
  @import './mixins/nth-child-variable';
2
2
  @import './mixins/letter-scale-animation';
3
- @import './mixins/buy';
4
3
 
5
4
  .animated {
6
5
  .bamper {
@@ -22,13 +21,7 @@
22
21
  @include nth_child_variable(27);
23
22
  }
24
23
  }
25
-
26
- #buy-main-container {
27
- translate: 200px 1000px;
28
- scale: 0.9;
29
- }
30
24
  }
31
25
  }
32
26
 
33
27
  @include letterScaleAnimation;
34
- @include buyMixin;
@@ -1,12 +1,4 @@
1
- @import './mixins/buy';
2
-
3
1
  .animated {
4
2
  .banana_plantation {
5
- #buy-main-container {
6
- translate: 300px 1000px;
7
- scale: 0.9;
8
- }
9
3
  }
10
4
  }
11
-
12
- @include buyMixin;
@@ -1,6 +1,5 @@
1
1
  @import './mixins/nth-child-variable';
2
2
  @import './mixins/letter-scale-animation';
3
- @import './mixins/buy';
4
3
 
5
4
  .animated {
6
5
  .bread_plantation {
@@ -52,11 +51,6 @@
52
51
  @include nth_child_variable(17);
53
52
  }
54
53
  }
55
-
56
- #buy-main-container {
57
- translate: 400px 1000px;
58
- scale: 0.9;
59
- }
60
54
  }
61
55
  }
62
56
 
@@ -100,4 +94,3 @@
100
94
  }
101
95
 
102
96
  @include letterScaleAnimation;
103
- @include buyMixin;
@@ -1,5 +1,3 @@
1
- @import './mixins/buy';
2
-
3
1
  .animated {
4
2
  .broiler_digest {
5
3
  #faces,
@@ -39,11 +37,6 @@
39
37
  animation-delay: -0.3s;
40
38
  }
41
39
  }
42
-
43
- #buy-main-container {
44
- translate: 100px 1300px;
45
- scale: 0.6;
46
- }
47
40
  }
48
41
  }
49
42
 
@@ -58,5 +51,3 @@
58
51
  scale: 1.2;
59
52
  }
60
53
  }
61
-
62
- @include buyMixin;
@@ -1,6 +1,5 @@
1
1
  @import './mixins/nth-child-variable';
2
2
  @import './mixins/letter-scale-animation';
3
- @import './mixins/buy';
4
3
 
5
4
  .animated {
6
5
  .cafe_bogema {
@@ -11,11 +10,6 @@
11
10
  animation-iteration-count: infinite;
12
11
  transform-origin: 0 4908px;
13
12
  }
14
-
15
- #buy-main-container {
16
- translate: 1700px 2500px;
17
- scale: 0.6;
18
- }
19
13
  }
20
14
  }
21
15
 
@@ -27,5 +21,3 @@
27
21
  transform: rotateX(25deg);
28
22
  }
29
23
  }
30
-
31
- @include buyMixin;
@@ -1,5 +1,3 @@
1
- @import './mixins/buy';
2
-
3
1
  .animated {
4
2
  .coffee {
5
3
  #title {
@@ -14,11 +12,6 @@
14
12
  animation-direction: alternate-reverse;
15
13
  transform-origin: 4500px 5100px;
16
14
  }
17
-
18
- #buy-main-container {
19
- translate: 0px 800px;
20
- scale: 0.9;
21
- }
22
15
  }
23
16
  }
24
17
 
@@ -45,5 +38,3 @@
45
38
  scale: 1;
46
39
  }
47
40
  }
48
-
49
- @include buyMixin;
@@ -1,12 +1,4 @@
1
- @import './mixins/buy';
2
-
3
1
  .animated {
4
2
  .drugs_plantation {
5
- #buy-main-container {
6
- translate: 300px 800px;
7
- scale: 0.9;
8
- }
9
3
  }
10
4
  }
11
-
12
- @include buyMixin;
@@ -1,5 +1,3 @@
1
- @import './mixins/buy';
2
-
3
1
  .animated {
4
2
  .ema {
5
3
  #car_with_person,
@@ -17,11 +15,6 @@
17
15
  animation-iteration-count: infinite;
18
16
  transform-origin: 4718px 4181px;
19
17
  }
20
-
21
- #buy-main-container {
22
- translate: 1500px 3000px;
23
- scale: 0.6;
24
- }
25
18
  }
26
19
  }
27
20
 
@@ -51,5 +44,3 @@
51
44
  scale: 1 1;
52
45
  }
53
46
  }
54
-
55
- @include buyMixin;
@@ -1,6 +1,5 @@
1
1
  @import './mixins/nth-child-variable';
2
2
  @import './mixins/letter-scale-animation';
3
- @import './mixins/buy';
4
3
 
5
4
  .animated {
6
5
  .farm {
@@ -31,5 +30,3 @@
31
30
  transform: rotate(-2deg);
32
31
  }
33
32
  }
34
-
35
- @include buyMixin;
@@ -1,5 +1,3 @@
1
- @import './mixins/buy';
2
-
3
1
  $animation-time: 3s;
4
2
 
5
3
  .animated {
@@ -34,11 +32,6 @@ $animation-time: 3s;
34
32
  animation-timing-function: ease-in-out;
35
33
  animation-iteration-count: infinite;
36
34
  }
37
-
38
- #buy-main-container {
39
- translate: 1600px 2400px;
40
- scale: 0.6;
41
- }
42
35
  }
43
36
  }
44
37
 
@@ -122,5 +115,3 @@ $animation-time: 3s;
122
115
  transform: translateY(0px);
123
116
  }
124
117
  }
125
-
126
- @include buyMixin;
@@ -1,5 +1,3 @@
1
- @import './mixins/buy';
2
-
3
1
  .animated {
4
2
  .investment_objective {
5
3
  #logo {
@@ -18,11 +16,6 @@
18
16
  animation-direction: alternate;
19
17
  transform-origin: center center;
20
18
  }
21
-
22
- #buy-main-container {
23
- translate: -200px 500px;
24
- scale: 1;
25
- }
26
19
  }
27
20
  }
28
21
 
@@ -60,5 +53,3 @@
60
53
  scale: 1.2;
61
54
  }
62
55
  }
63
-
64
- @include buyMixin;
@@ -1,5 +1,3 @@
1
- @import './mixins/buy';
2
-
3
1
  .animated {
4
2
  .mmm {
5
3
  #movable-neck {
@@ -28,11 +26,6 @@
28
26
  animation-iteration-count: infinite;
29
27
  transform-origin: 5074px 3941px;
30
28
  }
31
-
32
- #buy-main-container {
33
- translate: 1600px 1300px;
34
- scale: 0.6;
35
- }
36
29
  }
37
30
  }
38
31
 
@@ -56,5 +49,3 @@
56
49
  rotate: 5deg;
57
50
  }
58
51
  }
59
-
60
- @include buyMixin;
@@ -1,6 +1,5 @@
1
1
  @import './mixins/nth-child-variable';
2
2
  @import './mixins/letter-scale-animation';
3
- @import './mixins/buy';
4
3
 
5
4
  .animated {
6
5
  .official_triumph {
@@ -11,11 +10,6 @@
11
10
  animation-iteration-count: infinite;
12
11
  transform-origin: 0 10000px;
13
12
  }
14
-
15
- #buy-main-container {
16
- translate: 900px 1500px;
17
- scale: 0.7;
18
- }
19
13
  }
20
14
  }
21
15
 
@@ -36,5 +30,3 @@
36
30
  transform: rotate(-1deg);
37
31
  }
38
32
  }
39
-
40
- @include buyMixin;