[Library | Trunk]: Remove theme-changes. Add headings to text.scss

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@59574 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-10-13 19:04:11 +00:00
parent 29cb6bffac
commit bcf4925eef
3 changed files with 70 additions and 70 deletions

View File

@ -79,11 +79,11 @@ h6, .uk-h6, .wk-h6 {
font-size:16px;
}
.nav-tabs>li>a, .uk-tab>*>a {
color:#646464!important;
font-family: 'Work Sans', sans-serif!important;
color:#646464 !important;
font-family: 'Roboto', sans-serif !important;
}
.nav-tabs>.active>a, .uk-tab>.uk-active>a, .uk-tab>*>a:focus, .uk-tab>*>a:hover {
color: #3055ba!important;
}

View File

@ -1,67 +0,0 @@
.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;
}
@media only screen and (max-width: 639px) {
.uk-h1, h1 {
font-size: 45px !important;
}
.uk-h2, h2 {
font-size: 36px !important;
}
.uk-h3, h3 {
font-size: 27px !important;
}
.uk-h4, h4 {
font-size: 22px !important;;
}
.uk-h5, h5 {
font-size: 18px !important;;
}
.uk-h6, h6 {
font-size: 16px !important;;
}
}
.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;
}

View File

@ -1,3 +1,70 @@
.uk-text-light {
font-weight: 300;
}
.uk-text-large {
font-size: 18px;
}
.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;
}
@media only screen and (max-width: 639px) {
.uk-h1, h1 {
font-size: 45px !important;
}
.uk-h2, h2 {
font-size: 36px !important;
}
.uk-h3, h3 {
font-size: 27px !important;
}
.uk-h4, h4 {
font-size: 22px !important;;
}
.uk-h5, h5 {
font-size: 18px !important;;
}
.uk-h6, h6 {
font-size: 16px !important;;
}
}
.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;
}