diff --git a/bookie/src/app/guest-book/guest-book-list/guest-book-list.component.css b/bookie/src/app/guest-book/guest-book-list/guest-book-list.component.css index 5ac280b..a335237 100644 --- a/bookie/src/app/guest-book/guest-book-list/guest-book-list.component.css +++ b/bookie/src/app/guest-book/guest-book-list/guest-book-list.component.css @@ -11,3 +11,7 @@ background-color: #00f518; color: #000000; } +.center { + display: flex; + justify-content: center; +} diff --git a/bookie/src/app/home/home.component.css b/bookie/src/app/home/home.component.css index 50698ad..e69de29 100644 --- a/bookie/src/app/home/home.component.css +++ b/bookie/src/app/home/home.component.css @@ -1,16 +0,0 @@ -.square-button { - min-width: 150px; - max-width: 150px; - min-height: 150px; - max-height: 150px; - cursor: pointer; - margin: 20px; -} -.item-name { - text-align: center; - padding: 0.5rem; -} - -.center { - text-align: center; -} diff --git a/bookie/src/app/home/home.component.html b/bookie/src/app/home/home.component.html index 329b6e5..83a8a7f 100644 --- a/bookie/src/app/home/home.component.html +++ b/bookie/src/app/home/home.component.html @@ -5,7 +5,7 @@ *ngIf="auth.allowed('customers')" [routerLink]="['/', 'guest-book']" > -

Guest Book

+

Guest Book

-

Sales

+

Sales

-

Customers

+

Customers

@@ -31,7 +31,7 @@ *ngIf="auth.allowed('cashier-report')" [routerLink]="['/', 'cashier-report']" > -

Cashier Report

+

Cashier Report

-

Sale Report

+

Sale Report

-

Tax Report

+

Tax Report

-

Product Sale Report

+

Product Sale Report

-

Bill Settlement Report

+

Bill Settlement Report

-

Beer Sale Report

+

Beer Sale Report

-

Discount Report

+

Discount Report

-

Menu Engineering Report

+

Menu Engineering Report

@@ -97,7 +97,7 @@ *ngIf="auth.allowed('products')" [routerLink]="['/', 'products']" > -

Products

+

Products

-

Temporal Products

+

Temporal Products

-

Update Product Prices

+

Update Product Prices

-

Product Updates Report

+

Product Updates Report

-

Modifiers

+

Modifiers

-

Modifier Categories

+

Modifier Categories

@@ -147,7 +147,7 @@ *ngIf="auth.allowed('sections')" [routerLink]="['/', 'tables']" > -

Tables

+

Tables

-

Sections

+

Sections

-

Menu Categories

+

Menu Categories

-

Sale Categories

+

Sale Categories

-

Taxes

+

Taxes

-

Regimes

+

Regimes

-

Devices

+

Devices

-

Section Printers

+

Section Printers

-

Printers

+

Printers

@@ -221,7 +221,7 @@ *ngIf="auth.allowed('users')" [routerLink]="['/', 'roles']" > -

Roles

+

Roles

-

Users

+

Users

-

Change Password

+

Change Password

-

Header / Footer

+

Header / Footer

-

Settle Options

+

Settle Options

-

Settings

+

Settings