From d18e0a7e43e5ab74649481ecbf352ba49893c66f Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Mon, 21 Aug 2023 13:59:20 +0300 Subject: [PATCH] [Library & common-assets | develop]: Minor updates in mobile screens in icons/ paddings in landing pages. 1. resultLanding.component.html & project.component.html & dataProvider.component.html & organization.component.html: In mobile (small) screens, change ratio of icons in bottom action bar from 2 to 1.4. 2. showIdentifiers.component.ts: In mobile (small) screens, added in fs-modal classTitle="uk-tile-default uk-border-bottom". 3. landing.less: Added variable @landing-action-bar-mobile-border: @global-border; to use it in border-top of landing-action-bar-mobile > div | Changed padding of landing-action-bar-mobile > div to 8px in top and bottom. --- less/landing.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/less/landing.less b/less/landing.less index f52031a..3d8cfd3 100644 --- a/less/landing.less +++ b/less/landing.less @@ -57,6 +57,8 @@ @landing-metrics-background-color: @global-secondary-background; @landing-metrics-background-svg: ' '; +@landing-action-bar-mobile-border: @global-border; + .landing { #landing-center-content { min-height: @landing-sidebar-height; @@ -198,8 +200,8 @@ z-index: @global-z-index - 20; & > div { - padding: 10px 20px; - border-top: @landing-action-bar-border-width solid lightgrey; + padding: 8px 20px; + border-top: @landing-action-bar-border-width solid @landing-action-bar-mobile-border; } }