-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from MarkE16/marke16/improvements_1
Marke16/improvements 1
- Loading branch information
Showing
118 changed files
with
12,974 additions
and
4,500 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ node_modules | |
.gitignore | ||
.husky | ||
.github | ||
.zed | ||
api | ||
tests | ||
*.md | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions
4
components/AlphaSoftwareAgreementModal/AlphaSoftwareAgreementModal.styles.css
This file was deleted.
Oops, something went wrong.
63 changes: 0 additions & 63 deletions
63
components/AlphaSoftwareAgreementModal/AlphaSoftwareAgreementModal.tsx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,18 @@ | ||
.canvas, | ||
#background-canvas { | ||
.canvas { | ||
position: absolute; | ||
/* top: 0; | ||
left: 0; */ | ||
background-color: transparent; | ||
opacity: 0.1; | ||
cursor: crosshair; | ||
border: 1px solid gray; | ||
} | ||
|
||
#background-canvas { | ||
background-color: white; | ||
opacity: 1; | ||
} | ||
|
||
.canvas.hidden { | ||
opacity: 0 !important; | ||
cursor: inherit; | ||
z-index: 0; | ||
} | ||
|
||
.canvas.active { | ||
background-color: rgba(255, 255, 255, 0.1); | ||
opacity: 1; | ||
z-index: 1; | ||
} | ||
|
||
.canvas.move { | ||
cursor: inherit; | ||
.canvas.hidden { | ||
opacity: 0 !important; | ||
} | ||
|
||
.canvas.selection { | ||
opacity: 1; | ||
cursor: default; | ||
z-index: 99; | ||
} | ||
|
||
.canvas.zoom_in { | ||
cursor: zoom-in; | ||
} | ||
|
||
.canvas.zoom_out { | ||
cursor: zoom-out; | ||
} |
Oops, something went wrong.