Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Mendoza Fernadez authored and Leonardo Mendoza Fernadez committed Jan 15, 2024
1 parent 42cc7dd commit e153ac7
Show file tree
Hide file tree
Showing 3 changed files with 1,158 additions and 1,522 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,18 @@ label {
padding: 0 !important;
}

// .input-box {
// flex-grow: 1;
// max-width: 402px;
// input {
// width: 100%;
// height: 40px;
// margin: 4px 0;
// border-width: 1px;
// border-style: solid;
// padding: 0 12px;
// }
// }
.input-box {
flex-grow: 1;
max-width: 402px;
input {
width: 100%;
height: 40px;
margin: 4px 0;
border-width: 1px;
border-style: solid;
padding: 0 12px;
}
}

.visibility {
margin-top: 60px;
Expand Down
4 changes: 1 addition & 3 deletions src/app/register2/components/step-c2/step-c2.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ export class StepC2Component extends BaseStepDirective {
constructor() {
super()
}
nextButton() {
// this.formGroup.controls.personal.markAsTouched()
}

optionalNextStep() {
this.formGroupStepC2OptionalChange.emit(true)
this.nextButtonWasClicked = true
Expand Down
Loading

0 comments on commit e153ac7

Please sign in to comment.