[Library | Assets]: Move theme thanges css to library

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@59357 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-09-10 08:24:14 +00:00
parent 0216bf1840
commit 4773264e07
1 changed files with 41 additions and 0 deletions

41
common/theme-changes.css Normal file
View File

@ -0,0 +1,41 @@
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6,
.uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium,
.uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
font-family: "Roboto", sans-serif;
line-height: 1.2;
}
.uk-h1, h1 {
font-size: 54px;
font-weight: 400;
}
.uk-h2, h2 {
font-size: 45px;
font-weight: 400;
}
.uk-h3, h3 {
font-size: 36px;
font-weight: 400;
}
.uk-h4, h4 {
font-size: 27px;
font-weight: 400;
}
.uk-h5, h5 {
font-size: 22px;
font-weight: 500;
}
.uk-h6, h6 {
font-size: 18px;
font-weight: 500;
}
/* Temp changes*/
contact h5, new-search-page h5, result-preview h5 {
font-size: 18px;
}