Skip to content

Commit

Permalink
Merge pull request #3034 from LiteFarmOrg/LF-3923b-add-vite-pwa-confi…
Browse files Browse the repository at this point in the history
…guration-register-sw-immediate-true

LF-3923b Remove header gradient from farm selection page
  • Loading branch information
kathyavini authored Dec 8, 2023
2 parents 9b44c28 + 0ad467e commit e75178f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
12 changes: 0 additions & 12 deletions packages/webapp/src/assets/mixin.scss
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
@mixin gradient() {
background: linear-gradient(
96.68deg,
#78c99e -4.29%,
#c7efd3 24.32%,
#e3f8ec 35.52%,
#e3f8ec 64.28%,
#c7efd3 80.81%,
#78c99e 125.09%
);
}

@mixin fontFamily() {
font-family: 'Open Sans', ' SansSerif', serif;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp/src/components/Navigation/NavBar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const useStyles = makeStyles((theme) => ({
right: '8px',
},
appBar: {
background: 'none',
background: 'white',
boxShadow: 'none',
height: 'var(--global-navbar-height)',
[theme.breakpoints.up('md')]: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

.navBar {
top: 0;
@include gradient();
background: white;
width: 100%;
max-width: 1024px;
height: 76px;
Expand Down

0 comments on commit e75178f

Please sign in to comment.