From: Arundathi Patil Date: Mon, 7 Jan 2019 16:35:36 +0000 (+0530) Subject: home componen: css changes X-Git-Tag: 0.4.2~324 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F87%2F75387%2F1;p=ccsdk%2Fcds.git home componen: css changes Made few css changes in html component Issue-ID: CCSDK-816 Change-Id: I4a253d6be31d06d556f6786f9b607b8e365aafd6 Signed-off-by: Arundathi Patil --- 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