diff --git a/src/app.scss b/src/app.scss index 001b181..8ce0e5a 100644 --- a/src/app.scss +++ b/src/app.scss @@ -1,4 +1,5 @@ -$primary: #007FC3; +// $primary: #007FC3; +$primary: #0099a0; $min-contrast-ratio: 4; @import "bootstrap"; diff --git a/src/lib/MetricConfigurationBlock.svelte b/src/lib/MetricConfigurationBlock.svelte index 32612e6..379bdc6 100644 --- a/src/lib/MetricConfigurationBlock.svelte +++ b/src/lib/MetricConfigurationBlock.svelte @@ -7,7 +7,7 @@ {#if config} - +
Operator:     {config.operator}
diff --git a/src/lib/Navigation.svelte b/src/lib/Navigation.svelte index f7f7e7a..34dd9a3 100644 --- a/src/lib/Navigation.svelte +++ b/src/lib/Navigation.svelte @@ -3,15 +3,12 @@ import { Collapse, Navbar, NavbarToggler, - NavbarBrand, Nav, NavItem, NavLink, - Dropdown, - DropdownToggle, - DropdownMenu, - DropdownItem } from 'sveltestrap'; +import Fa from 'svelte-fa' +import { faCloud, faRuler, faFile, faCertificate } from '@fortawesome/free-solid-svg-icons' import { SvelteToast } from '@zerodevx/svelte-toast'; import { base } from '$app/paths'; import { page } from '$app/stores'; @@ -41,7 +38,7 @@ let routes = [ }, { url: '/catalogs', - name: 'Catalogs' + name: 'Catalogues' }, { url: '/certificates', @@ -60,13 +57,33 @@ console.log($page.url); (isOpen = !isOpen)} />