adapt vue modals styles to bootstrap

This commit is contained in:
2021-07-13 15:35:48 +02:00
parent bdf0ec63d2
commit 50f3ec9064
9 changed files with 57 additions and 27 deletions

View File

@@ -20,7 +20,7 @@
<div class="modal-body">
<div class="search">
<label style="float: right;">
<label class="col-form-label" style="float: right;">
{{ $tc('add_persons.suggested_counter', suggestedCounter) }}
</label>
@@ -231,8 +231,9 @@ export default {
div.search {
position: relative;
input {
width: 100%;
padding: 1.2em 1.5em 1.2em 2.5em;
margin: 1em 0;
//margin: 1em 0;
}
i {
position: absolute;