ui tweaks

This commit is contained in:
Eugene Pankov
2021-07-31 18:02:39 +02:00
parent c5681b1376
commit 4ecfcfda36
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;
}