Subversion Repositories eFlore/Applications.cel

Rev

Rev 1495 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3630 idir 1
.error {
2
	color: red;
3
}
4
 
1495 aurelien 5
#tpl-form-contact {
6
	width: 350px;
3630 idir 7
	max-height: 100vh;
1495 aurelien 8
	padding: 15px;
3630 idir 9
	margin: auto;
10
	border-radius: 0.25rem;
11
	background-color: #fff;
12
	overflow: auto;
1495 aurelien 13
}
14
 
3630 idir 15
#tpl-form-contact #fc_message,
16
#tpl-form-contact .form-group input {
17
	font-size: 0.8rem;
1495 aurelien 18
}
19
 
3630 idir 20
#tpl-form-contact .form-group input.btn,
21
#tpl-form-contact .form-group #fc_annuler {
22
	border: 0 none;
23
	font-size: 1rem;
24
	font-weight: 400;
25
	text-shadow: none;
26
	opacity: 1;
27
	color: #fff;
28
	margin: 0;
29
	margin-bottom: 0.25rem;
30
	box-shadow: none;
1495 aurelien 31
}
32
 
3630 idir 33
#tpl-form-contact .form-group #fc_annuler {
34
	background-color: #ff5d55;
35
	transition: background .2s ease;
36
}
37
 
38
#tpl-form-contact .form-group #fc_annuler:hover {
39
	background-color: #ff847e;
40
}
41
 
42
#tpl-form-contact #fc_message {
43
	min-height: 200px;
44
}
45
 
46
@media screen and ( max-width: 991px ) {
47
	#tpl-form-contact {
48
		max-height: 100vh;
49
		width: 100vw;
50
		position: fixed;
51
		border-radius: 0;
52
		background-color: transparent;
53
		top: 0;
54
		right: 0;
55
		left: 0;
56
		z-index: 9;
57
		overflow: scroll;
58
		margin: auto;
59
		padding-top: 5vh;
60
	}
61
 
62
	#tpl-form-contact h2 {
63
		max-width: 100%;
64
		margin: 0 auto;
65
		width: 350px;
66
		color: #fff;
67
		text-align: center;
68
	}
69
 
70
	#tpl-form-contact #form-contact {
71
		max-width: 100%;
72
		width: 350px;
73
		margin: auto;
74
		padding: 15px;
75
	}
76
 
77
	#tpl-form-contact #form-contact label {
78
		color: #fff;
79
	}
80
}