Converted input placeholders to mat-label

Various style improvements

Updated translations
This commit is contained in:
Isaac Abadi
2022-11-27 12:10:45 -05:00
parent 5a6e17edb6
commit 0efbd11d29
17 changed files with 485 additions and 318 deletions

View File

@@ -1,3 +1,17 @@
.info-menu-icon {
float: right;
}
.info-autocomplete-icon {
float: right;
position: relative;
top: -12px;
}
::ng-deep.mat-menu-panel {
max-width: none !important;
}
::ng-deep.mdc-list-item__primary-text {
width: 100%;
}