Skip to content

Commit

Permalink
toast fix and navbar font size fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhaib-aot committed Nov 9, 2023
1 parent daa9d13 commit 0ab8f9b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion forms-flow-nav/src/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/* font-size: 18px !important; */
border-bottom: 3px solid var(--color-primary) !important;
color: var(--color-primary) !important;
font-weight: calc(var(--navbar-items-font-weight) + 100) !important;
font-weight: bold !important;
}


Expand Down
6 changes: 5 additions & 1 deletion forms-flow-theme/src/components/toastifyOverride.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.Toastify__toast--success{
background: var(--toastify-success-color) !important;
background: var(--color-primary) !important;
}

.Toastify__progress-bar--success{
background: var(--color-white) !important;
}
3 changes: 1 addition & 2 deletions forms-flow-theme/src/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,14 @@
--color-main-bg: #F7F7F7;
--head-inactive: #909090;
--logo-path: "./logo.svg";
--toastify-success-color: #39A7FF;
--logo-width: 40px;
--appname-margin-left: 0px;
--appname-margin-right: 0px;
--appname-margin-top: 0px;
--appname-margin-bottom: 0px;

--navbar-items-font-size: 16px;
--navbar-items-font-weight: 600;
--navbar-items-font-weight: 400;

--navbar-background: var(--color-white);
--navbar-items: var(--color-black);
Expand Down

0 comments on commit 0ab8f9b

Please sign in to comment.