From 82d057eec234ab1b8ccef0a69b8bdd96533e1211 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Mon, 27 Aug 2018 13:25:21 +0200 Subject: [PATCH] villeurbanne-2018: remove padding for file inputs (#25871) --- static/villeurbanne-2018/_custom.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/villeurbanne-2018/_custom.scss b/static/villeurbanne-2018/_custom.scss index 17c06801..6d51aaa3 100644 --- a/static/villeurbanne-2018/_custom.scss +++ b/static/villeurbanne-2018/_custom.scss @@ -49,6 +49,10 @@ input, select, textarea { height: 2.2rem; } +input[type="file"] { + padding: 0; +} + div#rub_service { h2 { color: #000000; -- 2.18.0