Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit 75dd724

Browse files
author
Stanislav Pelak
committed
Leadspace animation refactored
1 parent 287f08e commit 75dd724

3 files changed

Lines changed: 407 additions & 281 deletions

File tree

.github/workflows/nextjs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ jobs:
7575
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
7676
- name: Build with Next.js
7777
run: ${{ steps.detect-package-manager.outputs.runner }} next build
78-
env:
79-
HTTP_BASIC_AUTH: ${{ secrets.HTTP_BASIC_AUTH }}
8078
- name: Static HTML export with Next.js
8179
run: ${{ steps.detect-package-manager.outputs.runner }} next build
8280
- name: Upload artifact

src/components/Leadspace/graphics/Cube.module.scss

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55

66
svg {
77
position: absolute;
8-
}
9-
10-
.detachedCube {
11-
position: absolute;
12-
left: -7px;
13-
z-index: 1;
8+
overflow: visible;
149
}
1510
}

0 commit comments

Comments
 (0)