From 0e249eeabe03e28e6291c39b34e16ee4890b74dd Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Tue, 7 Apr 2020 01:00:51 +0200 Subject: [PATCH] Update padding --- custom_portal.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/custom_portal.css b/custom_portal.css index 45a3a49..72aea2e 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -499,5 +499,8 @@ body.logged, .logged .content { font-family: "NotoSansBold", serif; } .btn-group .btn:hover { - background-color: #101c16; + background-color: #2c2b27; +} +.form-group .control-label { + padding: 0.6em 1em; } \ No newline at end of file