From 2770f82051905f24a3c1c6ff044bc7e97558a112 Mon Sep 17 00:00:00 2001 From: Yibizo Date: Thu, 16 Jun 2022 22:38:52 -0500 Subject: [PATCH 1/2] Added some borders --- amazon-solution/src/css/index.css | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/amazon-solution/src/css/index.css b/amazon-solution/src/css/index.css index a7e0bfe..7e993ba 100644 --- a/amazon-solution/src/css/index.css +++ b/amazon-solution/src/css/index.css @@ -31,6 +31,7 @@ body { left: 0; padding: 6px 15px; transition: all 0.5s ease; + border-right: black 2px solid; } .sidebar.active { @@ -297,13 +298,12 @@ body { right: 0; height: 100%; width: 300px; - + border-top: black 2px solid; } .test { background-color: #00abba; color: white; - border-radius: 24px; position: absolute; top: 40%; bottom: 50%; @@ -314,6 +314,7 @@ body { margin: auto; left: 50%; transform: translateX(-50%); + font-size: 20px; } .login-header { @@ -434,7 +435,7 @@ body { /* position the top edge of the element at the middle of the parent */ left: 50%; /* position the left edge of the element at the middle of the parent */ - + border: black 2px solid; transform: translate(-50%, -50%); width: 75%; @@ -522,7 +523,7 @@ body { left: 50%; /* position the left edge of the element at the middle of the parent */ border-radius: 12px; - + border: black 2px solid; transform: translate(-50%, -50%); padding: 20px; @@ -549,6 +550,7 @@ body { height: 30px; width: 300px; background-color: rgba(255, 255, 255, 0.8); + border: black 2px solid; } .manage-card-container { @@ -564,7 +566,7 @@ body { left: 50%; /* position the left edge of the element at the middle of the parent */ border-radius: 12px; - + border: black 2px solid; transform: translate(-50%, -50%); padding: 20px; max-height: 68vh; @@ -618,6 +620,7 @@ body { justify-content: space-between; margin-top: 12px; margin-bottom: 15px; + border: black 2px solid; } .usercard-names-real { @@ -693,6 +696,7 @@ body { align-items: center; justify-content: flex-start; height: 100%; + border: black 2px solid; } .assign-sub-container { @@ -914,6 +918,7 @@ body { left: 50%; border-radius: 12px; transform: translate(-50%, -50%); + border: black 2px solid; } .vid-container { @@ -941,6 +946,7 @@ body { display: flex; align-items: center; justify-content: center; + border: black 2px solid; } .vid-sub-container-title { @@ -959,6 +965,7 @@ body { color: white; padding: 2%; border-radius: 12px; + border: black 2px solid; } .home-page { From 1f0eea7286de75bd46df8be2ae11b188a300e69c Mon Sep 17 00:00:00 2001 From: Yibizo Date: Thu, 16 Jun 2022 22:43:22 -0500 Subject: [PATCH 2/2] Username size fixes --- amazon-solution/src/css/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/amazon-solution/src/css/index.css b/amazon-solution/src/css/index.css index 7e993ba..584e02b 100644 --- a/amazon-solution/src/css/index.css +++ b/amazon-solution/src/css/index.css @@ -648,6 +648,7 @@ body { white-space: nowrap; text-overflow: ellipsis; max-width: 150px; + font-size: 15px; } .usercard-email {