summaryrefslogtreecommitdiff
path: root/Static/Css/userInfo.css
diff options
context:
space:
mode:
authorDebulois <quentin@debulois.fr>2022-04-10 21:25:00 +0200
committerDebulois <quentin@debulois.fr>2022-04-10 21:25:00 +0200
commit2923e6fca634231533cca11e43a9091344ff4ba5 (patch)
tree7181e1b0e26ddb072530adec7d55f77e9e389783 /Static/Css/userInfo.css
parent9939f74c0b274ee916f742a45a32d3c843e0960b (diff)
Ajout d'un système de notification pour alerter les pro et finition
Diffstat (limited to 'Static/Css/userInfo.css')
-rw-r--r--Static/Css/userInfo.css5
1 files changed, 3 insertions, 2 deletions
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
+}