From 30eff360338d48a9040b728d49ed7dc8b87463af Mon Sep 17 00:00:00 2001 From: Ken Maina <31338414+KMaina@users.noreply.github.com> Date: Mon, 15 Oct 2018 11:31:51 +0300 Subject: [PATCH] Revert "#161190434 A Page to View the Profile of A User and their Sales Record" --- UI/css/styles.css | 15 ------------ UI/profile.html | 62 ----------------------------------------------- 2 files changed, 77 deletions(-) delete mode 100644 UI/profile.html diff --git a/UI/css/styles.css b/UI/css/styles.css index 0fea88d..e3709b8 100644 --- a/UI/css/styles.css +++ b/UI/css/styles.css @@ -7,10 +7,6 @@ h1 { font-size: 2.5rem; } -h3 { - font-size: 1.5rem; -} - th { font-weight: bold; } @@ -52,17 +48,6 @@ li a:hover { background-color: #f9690e; } -/* profile.html */ -.bio-info { - width: 60%; - margin: 0 auto; - margin-top: 20px; -} - -.bio-info > p { - flex-basis: 1; - margin-right: 20px; - /* shop.html styles */ .submit{ width: 100%; diff --git a/UI/profile.html b/UI/profile.html deleted file mode 100644 index 433262c..0000000 --- a/UI/profile.html +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - Profile - - - - -
-

Users Profile

-

User ID: 1

-

User Name: Ken Maina

-

Position: Shop Attendant

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Sales IDAmountView Record
1Ksh. 2500
2Ksh. 6000
12Ksh. 6000
23Ksh. 6000
44Ksh. 6000
-
- - \ No newline at end of file