From 50c65650823fa98f086c79d5ab07f4d237719718 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Fri, 23 Oct 2020 16:42:33 +0000 Subject: [PATCH] [Library | Trunk]: Add on text.css number class. Change image-front-bar(add padding top) git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@59677 d315682c-612b-4755-9ff5-7f18f6832af3 --- library-css/text.scss | 9 +++++++++ library.css | 7 +------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/library-css/text.scss b/library-css/text.scss index d913d0d..67f8c47 100644 --- a/library-css/text.scss +++ b/library-css/text.scss @@ -68,3 +68,12 @@ font-size: 18px; font-weight: 400; } + +.number { + font-size: 41px; +} +@media only screen and (max-width: 639px) { + .number { + font-size: 32px; + } +} diff --git a/library.css b/library.css index 438ae08..8c3640f 100644 --- a/library.css +++ b/library.css @@ -943,12 +943,7 @@ textarea { @media only screen and (min-width: 992px) { .image-front-topbar { margin-top: -136px; - } -} - -@media only screen and (min-width: 1200px) { - .image-front-topbar { - margin-top: -136px; + padding-top: 136px; } }