[Library | Trunk]: Input css add specific font size

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60457 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2021-02-19 18:01:44 +00:00
parent 9a2807106e
commit 95dbcd4093
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@
.uk-form-hint {
font-family: "Roboto", sans-serif;
color: currentColor;
font-size: 14px;
}
.input-box .uk-input,
@ -17,6 +18,7 @@
padding: 0;
background-color: transparent !important;
color: currentColor;
font-size: 14px;
}
.input-box .uk-input:not(.uk-form-danger),
@ -31,6 +33,7 @@
.input-box::placeholder,
.placeholder {
color: #7A7A7A !important;
font-size: 14px;
}
.input-box .mat-chip-list-wrapper,