summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/common/shared/components/home/home.component.scss
diff options
context:
space:
mode:
authorArundathi Patil <arundpil@in.ibm.com>2019-01-07 22:05:36 +0530
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>2019-01-07 22:05:59 +0530
commit445ff21677f9ef8239d468cf82a73bb7ed1caf32 (patch)
treedbd6338bf76b06b1b831564d7d5c73002e29303a /cds-ui/client/src/app/common/shared/components/home/home.component.scss
parent637fbd7608d1a4d5d595d3da993e8829d13f1304 (diff)
home componen: css changes
Made few css changes in html component Issue-ID: CCSDK-816 Change-Id: I4a253d6be31d06d556f6786f9b607b8e365aafd6 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'cds-ui/client/src/app/common/shared/components/home/home.component.scss')
-rw-r--r--cds-ui/client/src/app/common/shared/components/home/home.component.scss9
1 files changed, 9 insertions, 0 deletions
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