From 9481f1f019d8f4afa5a2cf3e3b36c71870c8ed99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 1 Aug 2019 08:43:47 -0400 Subject: [PATCH] Commit compiled CSS --- web/themes/custom/geofresco/dist/css/global.css | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index fe9fa87..ff6a513 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -3051,7 +3051,11 @@ a.tag:hover { .geo-title { display: inline-block; - width: 6em; } + width: 6em; + font-size: 37px; + line-height: 38px; + position: relative; + top: 2px; } .user-account-menu li { display: inline-block; @@ -3071,8 +3075,13 @@ a.tag:hover { top: -36px; } .navbar { - background: -o-linear-gradient(white, white 38px, #65AB1F 38px, #478D00 60px, #478D00 84px, white 84px, white); - background: linear-gradient(white, white 38px, #65AB1F 38px, #478D00 60px, #478D00 84px, white 84px, white); } + background: -o-linear-gradient(white, white 38px, #65AB1F 38px, #478D00 84px, white 84px, white); + background: linear-gradient(white, white 38px, #65AB1F 38px, #478D00 84px, white 84px, white); } + +#navbar-menu .navbar-item { + height: 36px; + font-size: 22px; + padding-top: 18px; } .input, .textarea, .select select { background-color: white;