Subversion Repositories eFlore/Applications.cel

Rev

Rev 1495 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1495 Rev 3630
Line -... Line 1...
-
 
1
.error {
-
 
2
	color: red;
-
 
3
}
-
 
4
 
1
#tpl-form-contact {
5
#tpl-form-contact {
2
	width: 350px;
6
	width: 350px;
-
 
7
	max-height: 100vh;
3
	padding: 15px;
8
	padding: 15px;
-
 
9
	margin: auto;
-
 
10
	border-radius: 0.25rem;
-
 
11
	background-color: #fff;
-
 
12
	overflow: auto;
4
}
13
}
Line 5... Line 14...
5
 
14
 
6
input, textarea {
15
#tpl-form-contact #fc_message,
7
    max-width: 100%;
16
#tpl-form-contact .form-group input {
8
    width: 100% !important;
17
	font-size: 0.8rem;
Line -... Line 18...
-
 
18
}
-
 
19
 
-
 
20
#tpl-form-contact .form-group input.btn,
-
 
21
#tpl-form-contact .form-group #fc_annuler {
-
 
22
	border: 0 none;
9
}
23
	font-size: 1rem;
-
 
24
	font-weight: 400;
-
 
25
	text-shadow: none;
-
 
26
	opacity: 1;
10
 
27
	color: #fff;
-
 
28
	margin: 0;
11
textarea {
29
	margin-bottom: 0.25rem;
Line 12... Line -...
12
	height: 185px !important;
-
 
13
}
-
 
14
 
-
 
15
.error {
30
	box-shadow: none;
-
 
31
}
-
 
32
 
-
 
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;