diff --git a/public/images/cn-logo-medium.svg b/public/images/cn-logo-medium.svg new file mode 100644 index 00000000..90d1bb06 --- /dev/null +++ b/public/images/cn-logo-medium.svg @@ -0,0 +1,31 @@ + + + CN logo + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/index.html b/public/index.html index 326cc6dc..3cb41ce2 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ - + Cyber Narrator diff --git a/src/assets/img/cn-logo-medium.svg b/src/assets/img/cn-logo-medium.svg new file mode 100644 index 00000000..90d1bb06 --- /dev/null +++ b/src/assets/img/cn-logo-medium.svg @@ -0,0 +1,31 @@ + + + CN logo + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/assets/img/logo1-2.png b/src/assets/img/logo1-2.png deleted file mode 100644 index aeddd5f1..00000000 Binary files a/src/assets/img/logo1-2.png and /dev/null differ diff --git a/src/components/charts/panel.scss b/src/components/charts/panel.scss index 21bb8e7f..0ec27c82 100644 --- a/src/components/charts/panel.scss +++ b/src/components/charts/panel.scss @@ -1,6 +1,6 @@ .cn-panel { display: grid; - grid-template-columns: repeat(12, 1fr); + grid-template-columns: repeat(30, 1fr); grid-auto-flow: row; grid-auto-rows: #{$--chart-height-unit}px; grid-gap: 10px; diff --git a/src/components/layout/LeftMenu.vue b/src/components/layout/LeftMenu.vue index 875e01fe..7ed67c39 100644 --- a/src/components/layout/LeftMenu.vue +++ b/src/components/layout/LeftMenu.vue @@ -7,7 +7,7 @@ text-color="#ffffff"> @@ -26,7 +26,7 @@ :index="`${index}`"> @@ -59,7 +59,7 @@ :index="menu.route"> @@ -216,12 +216,12 @@ export default { } .system-name { - padding-left: 5px; + padding-left: 8px; color: white; - font-size: 12px; + font-size: 14px; letter-spacing: 0; line-height: 34px; - font-weight: 400; + font-weight: bold; } } }