Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lizvinskyi0202 committed Feb 6, 2025
1 parent 6e0e106 commit caa5c64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/src/app/core/modules/input/input.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
</label>
</ng-container>
<ng-container *ngIf="!items?.length">
<label class="container-box">
<label class="check-label">
<span class="check-text form-label" *ngIf="label">{{ label }}</span>
<input
(ngModelChange)="value = $event; onChange()"
Expand Down
10 changes: 5 additions & 5 deletions client/src/app/core/modules/input/input.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ textarea.error {
/* Custom radio button checkbox styling */
.mark{
position: relative;
width: 33px;
height: 33px;
width: 26px;
height: 26px;
display: inline-block;
border-radius: 4px;
background-color: var(--c-primary);
Expand Down Expand Up @@ -146,8 +146,8 @@ textarea.error {
transform: translate(-50%, -50%) rotate(45deg);
border-bottom: unset;
border-right: unset;
width: 14px;
height: 14px;
width: 12px;
height: 12px;
border-radius: 120px;
background: #ffff;
}
Expand Down Expand Up @@ -236,6 +236,6 @@ textarea.error {
}
}
.check-text{
margin-left: 10px;
margin-left: 0;
line-height: 0;
}

0 comments on commit caa5c64

Please # to comment.