Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
149 changes: 109 additions & 40 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"html2pdf.js": "^0.14.0",
"jspdf": "^4.1.0",
"mapbox-gl": "^3.20.0",
"maplibre-gl": "^5.21.0",
"proj4": "^2.20.4",
"quasar": "^2.18.1",
"reductio": "^1.0.0",
Expand Down
Binary file added client/public/bclogo_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions client/public/foundryLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 3 additions & 5 deletions client/src/assets/quasar-variables.sass
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// @charset "utf-8"
$primary: #32617C
$primary-light: #4a749d
$primary-lighter: #5481ae
$green-1: #61913d
$blue-1: #234075
$primary: #234075
$primary-light: #365691
$primary-lighter: #45659f
13 changes: 13 additions & 0 deletions client/src/assets/shared-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ p {
}

a {
color: $primary-lighter;
text-decoration: none;
}

Expand Down Expand Up @@ -119,6 +120,18 @@ text {
}
}

.mapboxgl-ctrl {
font-family: "BC Sans", sans-serif;
}

.maplibregl-ctrl-attrib {
img {
width: 15px;
height: 15px;
margin: -3px 0 -3px 2px;
}
}

.point-info {
background-color: white;
color: black;
Expand Down
7 changes: 3 additions & 4 deletions client/src/assets/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ $base-font-size: 14px;
$mobile-breakpoint: 850px;
$nav-width: 80px;

$navbar: #003366;
$dashboard-background-light: lightgrey;
$dashboard-background-dark: grey;

// colours
$primary: #003366;
$primary-light: #336688;
$primary-lighter: #577696;
$primary: #234075;
$primary-light: #365691;
$primary-lighter: #45659f;

$primary-font-color: #5d5e5d;
$light-grey-accent: #e6e6e6;
Expand Down
Loading
Loading