add: completed register view

This commit is contained in:
Alexandro Uc Santos
2023-11-25 19:52:45 -06:00
parent ec02b98272
commit dd674b053b
13 changed files with 712 additions and 131 deletions

View File

@@ -7,6 +7,10 @@ body {
width: 45%;
}
.bg-body {
background-color: #fdfcfc !important;
}
.radius-1 {
border-radius: 1rem !important;
}
@@ -43,7 +47,7 @@ body {
color: #FFF;
padding: 12px 30px;
border: none;
border-radius: 25px;
border-radius: 13px;
font-size: 18px;
text-decoration: none;
font-weight: 900;
@@ -94,14 +98,15 @@ body {
border: none;
border-radius: 13px;
display: flex;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.10));
margin-bottom: 12px;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.10));
}
.card-info h2{
font-size: 1.5rem;
font-weight: 800;
font-size: 1.4rem;
font-weight: 700;
color: #323030;
margin-bottom: 1rem;
}
.card-info p{
@@ -141,6 +146,16 @@ td {
font-size: 1rem;
}
.custom-input-light {
background-color: transparent;
border-radius: 8px;
border-width: 1px !important;
border-color: rgb(226, 214, 214) !important;
border-style: solid !important;
padding: 10px 12px;
font-size: 1rem;
}
.custom-input:enabled{
border: none;
}
@@ -185,7 +200,7 @@ td {
.btn-primary-lg {
padding: 8px 15px;
border: none;
border-radius: 25px;
border-radius: 13px;
font-size: 16px;
font-weight: 700;
}