_contact7.scss
3.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
div.wpcf7-response-output, div.wpcf7-validation-errors { display: none !important; }
span.wpcf7-not-valid-tip { display: none; }
input[aria-invalid="true"], select[aria-invalid="true"] { border-color: #ff2c00; background-color: rgba(153,0,0,0.3); }
.swal2-popup{
}
.swal2-modal{
background-color: #fff !important;
border-radius: 0px !important;
}
.swal2-title {
margin-top: 20px !important;
}
.swal2-title span{
color: #183668 !important;
}
.swal2-confirm[type="button"]{
background-color: transparent !important;
text-transform: uppercase;
max-width: 100px;
float: right;
border: 1px solid #183668 !important;
color: #183668 !important;
transition: ease-out 0.5s;
border-radius: 0px !important;
margin-bottom: 20px;
margin-top: 10px;
}
.swal2-confirm[type="button"] span{
color: #183668 !important;
}
/*=======Button 5============= */
/* if you want it to show from the right use -300px instead */
.swal2-confirm[type="button"]:hover {
background-color: transparent !important;
box-shadow: inset 100px 0 0 0 #183668;
}
.swal2-confirm[type="button"]:hover span{
color: #fff !important;
-webkit-transition: ease-out 0.2s;
-moz-transition: ease-out 0.2s;
transition: ease-out 0.2s;
}
.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea{
border-radius: 0px !important;
}
.wpcf7 input[type=submit]{
background-color: transparent !important;
text-transform: uppercase;
max-width: 100px;
float: right;
border: 1px solid #fff !important;
color: #fff !important;
transition: ease-out 0.5s;
margin-top: 20px;
}
.wpcf7 input[type=submit]:hover{
background-color: transparent !important;
color: #183668 !important;
box-shadow: inset 100px 0 0 0 #fff;
transition: ease-out 0.5s;
}
element.style {
display: block !important;
}
.form-control::placeholder, .wpcf7 .wpcf7-validation-errors::placeholder, .wpcf7 input[type=color]::placeholder, .wpcf7 input[type=date]::placeholder, .wpcf7 input[type=datetime-local]::placeholder, .wpcf7 input[type=datetime]::placeholder, .wpcf7 input[type=email]::placeholder, .wpcf7 input[type=file]::placeholder, .wpcf7 input[type=month]::placeholder, .wpcf7 input[type=number]::placeholder, .wpcf7 input[type=range]::placeholder, .wpcf7 input[type=search]::placeholder, .wpcf7 input[type=submit]::placeholder, .wpcf7 input[type=tel]::placeholder, .wpcf7 input[type=text]::placeholder, .wpcf7 input[type=time]::placeholder, .wpcf7 input[type=url]::placeholder, .wpcf7 input[type=week]::placeholder, .wpcf7 select::placeholder, .wpcf7 textarea::placeholder {
color: #183668 !important;
font-size: 20px;
line-height: 25px;
}