Skip to content

Commit bc660e8

Browse files
committed
Fixed Vostok page for FireFox browser
1 parent fd626ef commit bc660e8

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

Diff for: public/build/assets/app-tHIwFuYL.css renamed to public/build/assets/app-C6lelb_2.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: public/build/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"src": "public/img/ui/warning.svg"
1313
},
1414
"resources/css/app.scss": {
15-
"file": "assets/app-tHIwFuYL.css",
15+
"file": "assets/app-C6lelb_2.css",
1616
"src": "resources/css/app.scss",
1717
"isEntry": true
1818
},

Diff for: resources/css/gagarin.scss

+10-8
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,21 @@
3636
right: -50%;
3737
}
3838

39-
svg {
39+
#vostok-game{
4040
display: block;
4141
animation: rotation-space-item 3s infinite linear;
4242
overflow: visible;
43+
4344
svg {
44-
path,
45-
circle,
46-
rect {
47-
-webkit-transform-origin: center center;
45+
display: block;
46+
animation: rotation-space-item 300ms infinite linear;
47+
overflow: hidden;
48+
}
49+
50+
@supports (-moz-appearance:none) {
51+
svg {
52+
animation: none;
4853
}
49-
transform-origin: 50% 50%;
50-
-webkit-transform-origin: center center;
51-
animation: rotation-space-item 130ms infinite linear;
5254
}
5355
}
5456

Diff for: resources/views/pages/vostok.blade.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
<div class="space"></div>
3737

38-
<svg id="gameSVG" width="600" height="600" data-vostok-target="game"></svg>
38+
<svg id="vostok-game" width="600" height="600" data-vostok-target="game"></svg>
3939
<div data-vostok-target="startPlaceholder"
4040
class="position-absolute top-0 bottom-0 start-0 end-0 d-flex align-items-center justify-content-center bg-dark bg-opacity-50 rounded">
4141
<button class="btn btn-primary" type="button" data-action="click->vostok#start">Поехали!</button>
@@ -44,7 +44,7 @@ class="position-absolute top-0 bottom-0 start-0 end-0 d-flex align-items-center
4444
<div data-vostok-target="endPlaceholder"
4545
class="position-absolute top-0 bottom-0 start-0 end-0 d-flex flex-column align-items-center justify-content-center bg-dark bg-opacity-50 rounded visually-hidden">
4646

47-
<div class="col-md-6 mx-auto text-balance">
47+
<div class="col-md-6 mx-auto text-balance text-white">
4848
<strong class="d-block">Поздравляем!</strong>
4949
<p>Вы успешно преодолели препятствия и получили доступ к знаниям которые помогут вам в Laravel и профессиональной разработке.</p>
5050

0 commit comments

Comments
 (0)