From 2923e6fca634231533cca11e43a9091344ff4ba5 Mon Sep 17 00:00:00 2001 From: Debulois Date: Sun, 10 Apr 2022 21:25:00 +0200 Subject: Ajout d'un système de notification pour alerter les pro et finition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Static/Css/userInfo.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Static/Css/userInfo.css') diff --git a/Static/Css/userInfo.css b/Static/Css/userInfo.css index 45d1133..c9113df 100644 --- a/Static/Css/userInfo.css +++ b/Static/Css/userInfo.css @@ -7,6 +7,7 @@ ############################################################################ */ + .jobsListElem { border-radius: 10px; background-color: rgb(243, 201, 201); @@ -51,7 +52,7 @@ #userJob div { width: 70%; - font-size: calc(36px / 2.5); + font-size: calc(36px / 2.5); /* Pour avoir la meme hauter qu'un input */ height: 2.5em; line-height: 2.5em; display: flex; @@ -86,4 +87,4 @@ #userJob div span{ display: none; } -} \ No newline at end of file +} -- cgit v1.2.3