diff --git a/src/app/components/home/home.component.html b/src/app/components/home/home.component.html index 2c75775dc0..9ea24a467c 100644 --- a/src/app/components/home/home.component.html +++ b/src/app/components/home/home.component.html @@ -301,7 +301,7 @@

Feature Requests & Bugs

- +
Copyright © 2016 - 2017 Teradata. All rights reserved
diff --git a/src/app/components/style-guide/logo/logo.component.html b/src/app/components/style-guide/logo/logo.component.html index 21ceb6755b..d683248023 100644 --- a/src/app/components/style-guide/logo/logo.component.html +++ b/src/app/components/style-guide/logo/logo.component.html @@ -1,5 +1,5 @@ - Logo Placement + Including Your Logo

Your company logo can be implemented with md-icon.

@@ -10,47 +10,73 @@ ]]> -

The code above will output a 100x26px inline SVG:

+

The code above will output an inline SVG with 100px width and auto height:

+ + + + +
- Iconography + Icon Docs
- Toolbar Placement + Toolbar Logo Placement + place the logo in the top toolbar next to the title + + + + ]]> + + + + Layout Docs + - Sidenav Placement + Navigation Drawer (Sidenav) Logo Placement + place the logo in the sidenav toolbar next to the title, above the user info - - - - - App Title - -
-

Sidenav content

+
+ + +
+ sidenav content +
+
+
+ main content
- - - -
- -

Main Content

-

Main Content

- -
-
- +
+
+ + + + + sidenav content + + main content + + ]]> + + + + Navigation Drawer + \ No newline at end of file diff --git a/src/app/components/style-guide/logo/logo.component.scss b/src/app/components/style-guide/logo/logo.component.scss index e69de29bb2..d3bbca3fe7 100644 --- a/src/app/components/style-guide/logo/logo.component.scss +++ b/src/app/components/style-guide/logo/logo.component.scss @@ -0,0 +1,7 @@ +:host /deep/ { + .mat-sidenav-container[fullscreen] { + position: static; + width: 100%; + height: 300px; + } +} \ No newline at end of file diff --git a/src/app/components/style-guide/style-guide.module.ts b/src/app/components/style-guide/style-guide.module.ts index cebfb6b541..2f17270109 100644 --- a/src/app/components/style-guide/style-guide.module.ts +++ b/src/app/components/style-guide/style-guide.module.ts @@ -22,7 +22,7 @@ import { MdButtonModule, MdListModule, MdIconModule, MdCardModule, MdToolbarModu MdTooltipModule, MdProgressBarModule } from '@angular/material'; import { CovalentLayoutModule, CovalentMediaModule, CovalentSearchModule, CovalentPagingModule, - CovalentExpansionPanelModule, CovalentDialogsModule } from '../../../platform/core'; + CovalentExpansionPanelModule, CovalentDialogsModule, CovalentMessageModule } from '../../../platform/core'; import { CovalentHighlightModule } from '../../../platform/highlight'; import { ToolbarModule } from '../../components/toolbar/toolbar.module'; @@ -70,6 +70,7 @@ import { ToolbarModule } from '../../components/toolbar/toolbar.module'; CovalentExpansionPanelModule, CovalentHighlightModule, CovalentDialogsModule, + CovalentMessageModule, styleGuideRoutes, ToolbarModule, ], diff --git a/src/theme.scss b/src/theme.scss index dc2e20d613..5ab83afb0d 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -151,7 +151,7 @@ md-nav-list { } // Expansion panels -.theme-dark td-expansion-panel { +.theme-dark .td-expansion-panel { background-color: mat-color($mat-blue-grey, 800); }