Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
feat: TT-578 improve the style of the form element
  • Loading branch information
iHackN3WTON committed Mar 14, 2022
commit f27bdfa24710963783685f8b1f89bfd4bb3f5823
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@ input[type="date"]::-webkit-clear-button {
}

.url-ticket-input {
border: 1px solid #ced4da !important;
border-radius: 0.25rem !important;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}

::ng-deep .ngx-timepicker {
border: 1px solid #ced4da !important;
border: 1px solid #ced4da;
border-radius: 0.25rem;
padding: 2px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
border: 1px solid #ced4da;
border-radius: 0.25rem;
padding: 2px;
}
}