[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:
parent
9a2807106e
commit
95dbcd4093
|
@ -7,6 +7,7 @@
|
||||||
.uk-form-hint {
|
.uk-form-hint {
|
||||||
font-family: "Roboto", sans-serif;
|
font-family: "Roboto", sans-serif;
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-box .uk-input,
|
.input-box .uk-input,
|
||||||
|
@ -17,6 +18,7 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-box .uk-input:not(.uk-form-danger),
|
.input-box .uk-input:not(.uk-form-danger),
|
||||||
|
@ -31,6 +33,7 @@
|
||||||
.input-box::placeholder,
|
.input-box::placeholder,
|
||||||
.placeholder {
|
.placeholder {
|
||||||
color: #7A7A7A !important;
|
color: #7A7A7A !important;
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-box .mat-chip-list-wrapper,
|
.input-box .mat-chip-list-wrapper,
|
||||||
|
|
Loading…
Reference in New Issue