From 11373ad5ad856adfb0fff980c5ae9b893507bf5e Mon Sep 17 00:00:00 2001 From: Le Deng Date: Sun, 5 Mar 2017 14:42:47 -0500 Subject: [PATCH] latest --- .../components/nav-bar/nav-bar.component.css | 10 ++-- .../components/nav-bar/nav-bar.component.html | 46 ++----------------- admin-portal/src/styles.css | 18 +++++++- bookstore-api/.idea/workspace.xml | 4 +- 4 files changed, 27 insertions(+), 51 deletions(-) diff --git a/admin-portal/src/app/components/nav-bar/nav-bar.component.css b/admin-portal/src/app/components/nav-bar/nav-bar.component.css index 7ab073e..25bdd37 100644 --- a/admin-portal/src/app/components/nav-bar/nav-bar.component.css +++ b/admin-portal/src/app/components/nav-bar/nav-bar.component.css @@ -1,9 +1,7 @@ -.example-container { - width: 500px; +.example-icon { + padding: 0 14px; } -.example-button-row { - display: flex; - align-items: center; - justify-content: space-around; +.example-spacer { + flex: 1 1 auto; } \ No newline at end of file diff --git a/admin-portal/src/app/components/nav-bar/nav-bar.component.html b/admin-portal/src/app/components/nav-bar/nav-bar.component.html index 30be302..a3a7fe5 100644 --- a/admin-portal/src/app/components/nav-bar/nav-bar.component.html +++ b/admin-portal/src/app/components/nav-bar/nav-bar.component.html @@ -1,42 +1,4 @@ - - - - - - - - - - {{ food.viewValue }} - - - - - - {{tile.text}} - - - -
-

Normal Buttons

-
- - - - -
- -

Link Buttons

- -
\ No newline at end of file + +

ADMIN PORTAL

+ +
\ No newline at end of file diff --git a/admin-portal/src/styles.css b/admin-portal/src/styles.css index e7b9b12..3ef7aa2 100644 --- a/admin-portal/src/styles.css +++ b/admin-portal/src/styles.css @@ -1,2 +1,18 @@ /* You can add global styles to this file, and also import other style files */ -@import '~@angular/material/core/theming/prebuilt/deeppurple-amber.css'; \ No newline at end of file +@import '~@angular/material/core/theming/prebuilt/deeppurple-amber.css'; + +.box { + border: 1px solid black; +} + +hr { + border: none; + height: 1px; + /* Set the hr color */ + color: #333; /* old IE */ + background-color: #333; /* Modern Browsers */ +} + +body { + font-family: Tahoma, Serif; +} \ No newline at end of file diff --git a/bookstore-api/.idea/workspace.xml b/bookstore-api/.idea/workspace.xml index 89fc6ea..676d519 100644 --- a/bookstore-api/.idea/workspace.xml +++ b/bookstore-api/.idea/workspace.xml @@ -695,12 +695,12 @@ - + -