diff --git a/bookstore-api/.idea/workspace.xml b/bookstore-api/.idea/workspace.xml index cbbd135..3ec0a39 100644 --- a/bookstore-api/.idea/workspace.xml +++ b/bookstore-api/.idea/workspace.xml @@ -19,7 +19,7 @@ - + @@ -121,10 +121,10 @@ - @@ -849,7 +849,7 @@ - + @@ -873,7 +873,7 @@ - + @@ -1257,7 +1257,7 @@ - + diff --git a/store-front/src/app/components/nav-bar/nav-bar.component.html b/store-front/src/app/components/nav-bar/nav-bar.component.html index 3a7e8e6..3419a0e 100644 --- a/store-front/src/app/components/nav-bar/nav-bar.component.html +++ b/store-front/src/app/components/nav-bar/nav-bar.component.html @@ -3,20 +3,13 @@
diff --git a/store-front/src/styles.css b/store-front/src/styles.css index 45fdf13..a882063 100644 --- a/store-front/src/styles.css +++ b/store-front/src/styles.css @@ -6,6 +6,32 @@ @import '../node_modules/@swimlane/ngx-datatable/release/themes/material.css'; @import '../node_modules/@swimlane/ngx-datatable/release/assets/icons.css';*/ +hr { + border: none; + height: 1px; + /* Set the hr color */ + color: #333; /* old IE */ + background-color: #333; /* Modern Browsers */ +} + +body { + font-family: Tahoma, Serif; + margin:0; + padding-top: 0; +} + +md-input-container { + width: 100%; +} + +md-select { + width: 100%; +} + +md-slide-toggle { + width:100%; +} + .container { width: 90%; } @@ -37,35 +63,8 @@ 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; - margin:0; - padding-top: 0; -} - -md-input-container { - width: 100%; -} - -md-select { - width: 100%; -} - -md-slide-toggle { - width:100%; -} - -.container { - width:90%; - margin:auto; +.pointer { + cursor: pointer; } .full-width {