From d8d4982761795fe683f733e083225da6254a0b5b Mon Sep 17 00:00:00 2001 From: Maxim Babichev Date: Mon, 22 Jan 2018 16:26:11 +0200 Subject: [PATCH] SCSS for free-text + Drop-down "Select country" - wrong navigation --- src/main/sourceapp/1/styles/genesys.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/main/sourceapp/1/styles/genesys.scss b/src/main/sourceapp/1/styles/genesys.scss index 3d9afa6d0..62b4d7988 100644 --- a/src/main/sourceapp/1/styles/genesys.scss +++ b/src/main/sourceapp/1/styles/genesys.scss @@ -3206,6 +3206,19 @@ table.accessions { display: inline; } } + + .free-text { + h2 { + font-size: 18px; + line-height: 30px; + } + + ul li { + font-size: inherit; + line-height: inherit; + color: $about-text; + } + } } //country page @@ -3796,6 +3809,10 @@ table.accessions { } } } + .collect-info .hoofdleter { + margin-top: -80px; + padding-top: 89px; + } } //text-search page .text-search { -- GitLab