diff options
author | polo <ordipolo@gmx.fr> | 2025-07-04 00:43:35 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-07-04 00:43:35 +0200 |
commit | 2d7bacce891eab0adb0263d598bfe44418788f42 (patch) | |
tree | 4353250f80cc556a278640f22c194a0033d05829 /public/css/form.css | |
parent | ea3eaf84c6de3f96d6bb73e817147f8571fd6c1f (diff) | |
download | cms-2d7bacce891eab0adb0263d598bfe44418788f42.zip |
formulaire de contact 3
Diffstat (limited to 'public/css/form.css')
-rw-r--r-- | public/css/form.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/css/form.css b/public/css/form.css index 473252c..d317360 100644 --- a/public/css/form.css +++ b/public/css/form.css | |||
@@ -1,4 +1,4 @@ | |||
1 | .form form{ | 1 | .form_inputs{ |
2 | background-color: white; | 2 | background-color: white; |
3 | margin: auto; | 3 | margin: auto; |
4 | padding: 10px; | 4 | padding: 10px; |
@@ -14,7 +14,7 @@ | |||
14 | .form .full_width_column{ | 14 | .form .full_width_column{ |
15 | grid-column: 1 / span 2; | 15 | grid-column: 1 / span 2; |
16 | } | 16 | } |
17 | .form form input[type=submit] | 17 | .form_inputs input[type=submit] |
18 | { | 18 | { |
19 | color: #ff1d04; | 19 | color: #ff1d04; |
20 | font-size: medium; | 20 | font-size: medium; |
@@ -22,7 +22,7 @@ | |||
22 | background-color: white; | 22 | background-color: white; |
23 | border: lightgrey 2px outset; | 23 | border: lightgrey 2px outset; |
24 | } | 24 | } |
25 | .form form input[type=submit]:hover | 25 | .form_inputs input[type=submit]:hover |
26 | { | 26 | { |
27 | background-color: #ffff00; | 27 | background-color: #ffff00; |
28 | border-radius: 4px; | 28 | border-radius: 4px; |
@@ -42,7 +42,7 @@ | |||
42 | } | 42 | } |
43 | 43 | ||
44 | @media screen and (max-width: 600px){ | 44 | @media screen and (max-width: 600px){ |
45 | .form form{ | 45 | .form_inputs{ |
46 | grid-template-columns: 1fr; | 46 | grid-template-columns: 1fr; |
47 | } | 47 | } |
48 | .form label{ | 48 | .form label{ |