added dynamic selects in register
This commit is contained in:
@@ -38,9 +38,9 @@ body {
|
||||
}
|
||||
|
||||
/* Apply modern styling to inputs and select elements */
|
||||
.form-control,
|
||||
#form-control,
|
||||
select {
|
||||
width: 100%; /* Make inputs and select elements same width */
|
||||
width: 70%; /* Make inputs and select elements same width */
|
||||
padding: 0.375rem 0.75rem; /* Example padding */
|
||||
font-size: 1rem; /* Example font size */
|
||||
line-height: 1.5; /* Example line height */
|
||||
@@ -51,6 +51,8 @@ select {
|
||||
margin-bottom: 10px; /* Example margin */
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Adjust styling for form labels */
|
||||
.form-label {
|
||||
font-weight: bold; /* Example font weight */
|
||||
@@ -61,4 +63,3 @@ select {
|
||||
margin-top: 10px; /* Example margin */
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user