From fc7b477d59e05c69773598944ab55b5ddead60dc Mon Sep 17 00:00:00 2001 From: Harrys Ravalomanana Date: Wed, 1 Jul 2020 13:32:26 +0400 Subject: [PATCH] PHRAS-3148 --- resources/www/thesaurus/styles/main.scss | 12 ++++++-- templates/web/thesaurus/properties.html.twig | 31 ++++++++++++++++---- templates/web/thesaurus/thesaurus.html.twig | 9 +++--- 3 files changed, 40 insertions(+), 12 deletions(-) diff --git a/resources/www/thesaurus/styles/main.scss b/resources/www/thesaurus/styles/main.scss index 96a602ee38..11286f213e 100644 --- a/resources/www/thesaurus/styles/main.scss +++ b/resources/www/thesaurus/styles/main.scss @@ -351,7 +351,8 @@ H3, H4 { } #delete_sy { - background: $blue-tsr; + background: orange; + border: 1px solid darken(orange,20%); color: #fff; font-weight: bold; padding: 1px 10px; @@ -404,7 +405,7 @@ H3, H4 { .populate_btn { position: absolute; - background: $blue-tsr; + background: #884c92; z-index: 2; right: 50px; top: 50px; @@ -416,7 +417,7 @@ H3, H4 { cursor: pointer; &:hover { - background: darken($blue-tsr, 20%); + background: darken(#884c92, 20%); } } @@ -429,4 +430,9 @@ H3, H4 { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } +} + +#flagsMenu p { + color: #fff; + padding: 0 10px; } \ No newline at end of file diff --git a/templates/web/thesaurus/properties.html.twig b/templates/web/thesaurus/properties.html.twig index 87de82a6ca..224679cec6 100644 --- a/templates/web/thesaurus/properties.html.twig +++ b/templates/web/thesaurus/properties.html.twig @@ -30,7 +30,7 @@ });