Skip to content

Commit

Permalink
completing map page
Browse files Browse the repository at this point in the history
  • Loading branch information
BesOlivierBouchard committed Mar 23, 2024
1 parent 0f327ab commit fc611ce
Show file tree
Hide file tree
Showing 8 changed files with 319 additions and 19 deletions.
16 changes: 15 additions & 1 deletion canopeum_frontend/src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,26 @@

@import "bootstrap/scss/bootstrap";

::-webkit-scrollbar {
width: 10px;
}

::-webkit-scrollbar-track {
background-color: transparent;
}

::-webkit-scrollbar-thumb {
background-color: #f8f9fa;
border-radius: 5px;
}

body {
background-image: url('@assets/images/TreeBackground.png');
}

.material-symbols-outlined {
color: map-get($theme-colors, primary);
color: inherit;
font-size: inherit;
}

.navbar {
Expand Down
27 changes: 27 additions & 0 deletions canopeum_frontend/src/assets/icons/pins/canopeum-pin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions canopeum_frontend/src/assets/icons/pins/corporate-lot-pin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions canopeum_frontend/src/assets/icons/pins/farms-land-pin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fc611ce

Please sign in to comment.