-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
step6: Add GQL subscriptions for barcode and config data
- Loading branch information
1 parent
25edb15
commit 4b0d90b
Showing
15 changed files
with
494 additions
and
203 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 |
---|---|---|
@@ -1,7 +1,16 @@ | ||
/* This file is for your main application css. */ | ||
|
||
@import "./phoenix.css"; | ||
@import "./bootstrap_4.0.0.min.css"; | ||
|
||
.container { | ||
max-width: 2400px; | ||
body { | ||
padding: 0 10%; | ||
} | ||
|
||
.container-fluid { | ||
text-align: center; | ||
} | ||
|
||
#canvas { | ||
background-size: contain; | ||
background-repeat: no-repeat; | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.