From d8939162b59e4fcef394feca7052e64b65921be3 Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Thu, 7 Sep 2017 16:44:45 +0200 Subject: [PATCH] nanterre: modify font-size, links and lists in frontoffice CSS (#18518) --- static/nanterre/_custom.scss | 24 ++++++++++++++++++++++++ static/nanterre/_vars.scss | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/static/nanterre/_custom.scss b/static/nanterre/_custom.scss index f28bc27..399ecee 100644 --- a/static/nanterre/_custom.scss +++ b/static/nanterre/_custom.scss @@ -36,6 +36,30 @@ div#main-content-wrapper { } } +div#main-content { + a { + color: #000; + text-decoration: underline; + } + a:hover, a:focus { + color: #000; + text-decoration: none; + } + div#columns { + ul li a { + color: #000; + border-bottom: 1px solid #999; + padding-bottom: 2px; + text-decoration: none; + } + ul li a:hover, ul li a:focus { + color: #000; + border-bottom: none; + text-decoration: none; + } + } +} + input[type=submit], button { border-radius: 2em; } diff --git a/static/nanterre/_vars.scss b/static/nanterre/_vars.scss index a38cf38..8dab57e 100644 --- a/static/nanterre/_vars.scss +++ b/static/nanterre/_vars.scss @@ -3,7 +3,7 @@ $primary-color: #D81E41; $width: 960px; $font-color: #282828; $font-family: Asap, sans-serif; -$font-size: 12px; +$font-size: 14px; $nav-background: white; $nav-submenu-background: #222; $nav-submenu-color: white; -- 2.14.1