diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 7036eca2..a96bae7d 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,6 +1,6 @@ - - + + - Washington State Department of Health Logo + Washington State Department of Health Logo - - Washington State -

- Department of Health + +
@@ -167,9 +192,19 @@
- - + + WA Verify Logo + +
International Patient Summary Prototype
@@ -204,6 +239,34 @@ :global(.main-row) { flex-grow: 1; } + + :global(#nav-image) { + width: 240px; + -webkit-transition: all 0.06s linear; + -moz-transition: all 0.06s linear; + -o-transition: all 0.06s linear; + transition: all 0.06s linear; + } + :global(#nav-image.scrolling) { + width: 160px !important; + margin-left: 10px; + } + :global(.nav-text) { + font-size:medium; + -webkit-transition: all 0.06s linear; + -moz-transition: all 0.06s linear; + -o-transition: all 0.06s linear; + transition: all 0.06s linear; + } + :global(.nav-text.scrolling) { + font-size: xx-small; + color: #000; /* Fallback for older browsers */ + color: rgba(0, 0, 0, 0.0); + } + :global(.navbar.scrolling) { + padding: 0px !important; + } + footer { margin-bottom: 1em; font-style: italic;