Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…onTC3005B into dev
  • Loading branch information
mateoglzc committed Jun 17, 2022
2 parents 3e02a39 + 1f0eea7 commit fa2fae9
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions amazon-solution/src/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ body {
left: 0;
padding: 6px 15px;
transition: all 0.5s ease;
border-right: black 2px solid;
}

.sidebar.active {
Expand Down Expand Up @@ -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%;
Expand All @@ -314,6 +314,7 @@ body {
margin: auto;
left: 50%;
transform: translateX(-50%);
font-size: 20px;
}

.login-header {
Expand Down Expand Up @@ -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%;
Expand Down Expand Up @@ -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;
Expand All @@ -549,6 +550,7 @@ body {
height: 30px;
width: 300px;
background-color: rgba(255, 255, 255, 0.8);
border: black 2px solid;
}

.manage-card-container {
Expand All @@ -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;
Expand Down Expand Up @@ -618,6 +620,7 @@ body {
justify-content: space-between;
margin-top: 12px;
margin-bottom: 15px;
border: black 2px solid;
}

.usercard-names-real {
Expand Down Expand Up @@ -645,6 +648,7 @@ body {
white-space: nowrap;
text-overflow: ellipsis;
max-width: 150px;
font-size: 15px;
}

.usercard-email {
Expand Down Expand Up @@ -693,6 +697,7 @@ body {
align-items: center;
justify-content: flex-start;
height: 100%;
border: black 2px solid;
}

.assign-sub-container {
Expand Down Expand Up @@ -915,6 +920,7 @@ body {
left: 50%;
border-radius: 12px;
transform: translate(-50%, -50%);
border: black 2px solid;
}

.vid-container {
Expand Down Expand Up @@ -942,6 +948,7 @@ body {
display: flex;
align-items: center;
justify-content: center;
border: black 2px solid;
}

.vid-sub-container-title {
Expand All @@ -960,6 +967,7 @@ body {
color: white;
padding: 2%;
border-radius: 12px;
border: black 2px solid;
}

.home-page {
Expand Down

0 comments on commit fa2fae9

Please sign in to comment.