summaryrefslogtreecommitdiff
path: root/public/css/form.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/form.css')
-rw-r--r--public/css/form.css8
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{