+
>}
title={'prevalence data'}
diff --git a/src/main/webapp/app/shared/icons/ShowHideToggleIcon.tsx b/src/main/webapp/app/shared/icons/ShowHideToggleIcon.tsx
index f280d67e9..8133482a4 100644
--- a/src/main/webapp/app/shared/icons/ShowHideToggleIcon.tsx
+++ b/src/main/webapp/app/shared/icons/ShowHideToggleIcon.tsx
@@ -5,10 +5,18 @@ const ShowHideToggleIcon: React.FunctionComponent<{
onToggle?: () => void;
}> = props => {
return (
-
+ className={`fa-stack`}
+ style={{
+ fontSize: '0.5rem',
+ }}
+ >
+
+
+
);
};
export default ShowHideToggleIcon;
diff --git a/src/main/webapp/app/shared/nav/MiniNavBarHeader.tsx b/src/main/webapp/app/shared/nav/MiniNavBarHeader.tsx
index 4cfe81734..a7930a404 100644
--- a/src/main/webapp/app/shared/nav/MiniNavBarHeader.tsx
+++ b/src/main/webapp/app/shared/nav/MiniNavBarHeader.tsx
@@ -6,7 +6,7 @@ type IMiniNavBarHeader = {
};
export default function MiniNavBarHeader({ id, children }: IMiniNavBarHeader) {
return (
-
+
{children}
);
diff --git a/src/main/webapp/app/shared/nav/StickyMiniNavBar.module.scss b/src/main/webapp/app/shared/nav/StickyMiniNavBar.module.scss
index 490b61df2..d6f0ab928 100644
--- a/src/main/webapp/app/shared/nav/StickyMiniNavBar.module.scss
+++ b/src/main/webapp/app/shared/nav/StickyMiniNavBar.module.scss
@@ -1,7 +1,7 @@
@import '../../variables.scss';
@import '../../font.scss';
-$sticky-border: #E3E5EC;
+$sticky-border: #e3e5ec;
.container {
a:hover {
text-decoration: none;
@@ -10,10 +10,13 @@ $sticky-border: #E3E5EC;
position: sticky;
top: 50px;
z-index: 100;
- border-bottom: 1px solid $sticky-border;
background-color: white;
}
+.nav {
+ border-bottom: 1px solid $sticky-border;
+}
+
.containerSticky {
box-shadow: $default-box-shadow;
}
@@ -25,7 +28,7 @@ $sticky-border: #E3E5EC;
display: flex;
align-items: center;
justify-content: center;
- padding: 7px 0;
+ padding: 0.5rem 0;
}
.stickySection {
@@ -34,7 +37,7 @@ $sticky-border: #E3E5EC;
align-items: center;
justify-content: center;
border-bottom: 4px solid transparent;
- padding: 7px 0 3px 0;
+ padding: 0.5rem 0.5rem 0.25rem 0.5rem;
}
.stickySectionSelected {
diff --git a/src/main/webapp/app/shared/nav/StickyMiniNavBar.tsx b/src/main/webapp/app/shared/nav/StickyMiniNavBar.tsx
index a819f21e2..a9f85e8f7 100644
--- a/src/main/webapp/app/shared/nav/StickyMiniNavBar.tsx
+++ b/src/main/webapp/app/shared/nav/StickyMiniNavBar.tsx
@@ -161,11 +161,11 @@ export default function StickyMiniNavBar({
)[0]?.id;
return (
-
+
);
}
diff --git a/src/main/webapp/app/shared/utils/Utils.tsx b/src/main/webapp/app/shared/utils/Utils.tsx
index 6a83f29d9..eea79422d 100644
--- a/src/main/webapp/app/shared/utils/Utils.tsx
+++ b/src/main/webapp/app/shared/utils/Utils.tsx
@@ -320,8 +320,8 @@ export const FdaLevelIcon: React.FunctionComponent<{
}> = ({ level, withDescription = true, size = 's1' }) => {
const scale = parseInt(size.slice(1), 0);
const style = {
- fontSize: 9 * scale,
- lineHeight: `${18 * scale}px`,
+ fontSize: 8 * scale,
+ lineHeight: `${16 * scale}px`,
margin: '0 3px',
};
const fdaIcon = (
diff --git a/yarn.lock b/yarn.lock
index 93b43948e..f9d82c1c7 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -13185,10 +13185,10 @@ oncokb-styles@~0.1.2:
resolved "https://registry.yarnpkg.com/oncokb-styles/-/oncokb-styles-0.1.2.tgz#8b26c0a0829787cdc1b595d3a021b3266607102b"
integrity sha512-tuy5s3qFxgf1ogMATQSRPNgLlAMrvOOTCAN1dm/wJ+VZoStbJ7g36/qHwc99UPfh3vrB05broLodF+k58p5tUw==
-oncokb-styles@~1.4.0-alpha.0:
- version "1.4.2"
- resolved "https://registry.yarnpkg.com/oncokb-styles/-/oncokb-styles-1.4.2.tgz#ad601699636875abe425d80b25c050d28d47c2bc"
- integrity sha512-dq/w/OZv7oTjQzyXRo54ldC3PiHHu36eVuFmS0U5PGlk3Qx8XfB9XSwELHKTgmuen5H8YKQJxc/h3cBlFBF7Xw==
+oncokb-styles@~1.6.0-alpha.1:
+ version "1.6.0-alpha.1"
+ resolved "https://registry.yarnpkg.com/oncokb-styles/-/oncokb-styles-1.6.0-alpha.1.tgz#f14f11acda733e5d6a2053df1dd74264b31d1de6"
+ integrity sha512-TdZZQ1058xPaILkmNlizgV9dZeSzezTlwm5M+OMcM8U5outEurlNy2HALakFHIUCnlhUkUSZk7+x+MuDc6kMbw==
oncokb-ts-api-client@^1.0.4:
version "1.0.4"