ui tweaks

This commit is contained in:
Eugene Pankov 2021-07-31 18:02:39 +02:00
parent c5681b1376
commit 4ecfcfda36
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
.modal-body
input.form-control(
input.form-control.form-control-lg(
type='text',
[(ngModel)]='filter',
autofocus,

View file

@ -19,6 +19,5 @@
}
input {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-radius: 0;
}

View file

@ -31,4 +31,5 @@ div {
label {
margin: 0;
cursor: move;
}