Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lizvinskyi0202 committed Feb 5, 2025
1 parent f930c36 commit ac2d021
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions client/src/app/core/modules/input/input.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,6 @@ textarea.error {

/* Custom checkbox styling */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 32px;
width: 32px;
background-color: #12677a6e;
Expand Down Expand Up @@ -191,3 +188,7 @@ textarea.error {
}
}
}
.check-text{
margin-left: 10px;
line-height: 0;
}

0 comments on commit ac2d021

Please # to comment.