adding addPersons component with modal, search field and basic suggestions

This commit is contained in:
2021-04-30 17:10:12 +02:00
parent 35e6d36ce0
commit 3d45b6687f
10 changed files with 163 additions and 22 deletions

View File

@@ -93,3 +93,14 @@ div.vue-component {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
//// AddPersons modal
ul.results {
list-style-type: none;
padding-left: 1em;
&.suggestions {
li {
line-height: 26pt;
}
}
}