From 445ff21677f9ef8239d468cf82a73bb7ed1caf32 Mon Sep 17 00:00:00 2001 From: Arundathi Patil Date: Mon, 7 Jan 2019 22:05:36 +0530 Subject: home componen: css changes Made few css changes in html component Issue-ID: CCSDK-816 Change-Id: I4a253d6be31d06d556f6786f9b607b8e365aafd6 Signed-off-by: Arundathi Patil --- .../src/app/common/shared/components/home/home.component.html | 10 +++++----- .../src/app/common/shared/components/home/home.component.scss | 9 +++++++++ 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/cds-ui/client/src/app/common/shared/components/home/home.component.html b/cds-ui/client/src/app/common/shared/components/home/home.component.html index fc763be47..1945338b6 100644 --- a/cds-ui/client/src/app/common/shared/components/home/home.component.html +++ b/cds-ui/client/src/app/common/shared/components/home/home.component.html @@ -30,10 +30,10 @@ limitations under the License. --> - - Controller Blueprint Design Studio + + + + Controller Blueprint Design Studio @@ -41,8 +41,8 @@ limitations under the License. (closed)="events.push('close!')"> Menu + Controlled Blueprint Data dictionory - Controlled Blueprint diff --git a/cds-ui/client/src/app/common/shared/components/home/home.component.scss b/cds-ui/client/src/app/common/shared/components/home/home.component.scss index ca503e591..df9a48de5 100644 --- a/cds-ui/client/src/app/common/shared/components/home/home.component.scss +++ b/cds-ui/client/src/app/common/shared/components/home/home.component.scss @@ -35,4 +35,13 @@ limitations under the License. // } .mat-sidenav-container{ height: 652px; +} +.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary { + color: white !important; +} +.menuBar{ + cursor: pointer; +} +.title{ + margin: 1em; } \ No newline at end of file -- cgit 1.2.3-korg