From bcf4925eefeea58008758903b84c8aa4644cb347 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Tue, 13 Oct 2020 19:04:11 +0000 Subject: [PATCH] [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 --- common/custom.css | 6 ++-- common/theme-changes.css | 67 ---------------------------------------- library-css/text.scss | 67 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 70 insertions(+), 70 deletions(-) delete mode 100644 common/theme-changes.css diff --git a/common/custom.css b/common/custom.css index e886c13..eec272e 100644 --- a/common/custom.css +++ b/common/custom.css @@ -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; } diff --git a/common/theme-changes.css b/common/theme-changes.css deleted file mode 100644 index 14e4019..0000000 --- a/common/theme-changes.css +++ /dev/null @@ -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; -} diff --git a/library-css/text.scss b/library-css/text.scss index e4e20f7..fef0fa1 100644 --- a/library-css/text.scss +++ b/library-css/text.scss @@ -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; +}