_contact7.scss
994 Bytes
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
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-modal{
background-color: #fff !important
}
.swal2-title span{
color: #000 !important;
}
.swal2-confirm[type="button"]{
border: 1px solid #000 !important;
box-shadow: inset 0 0 0 0 #000;
-webkit-transition: ease-out 0.4s;
-moz-transition: ease-out 0.4s;
transition: ease-out 0.4s;
}
.swal2-confirm[type="button"] span{
color: #000 !important;
}
/*=======Button 5============= */
/* if you want it to show from the right use -300px instead */
.swal2-confirm[type="button"]:hover {
box-shadow: inset 400px 0 0 0 #000;
}
.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;
}