service.customsearch.less
1.14 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
.page-service-customsearch .wev-content{
bottom: 45px;
overflow-x: hidden;
}
.page-service-customsearch .wev-footer .wev-btn-wrapper.wev-btn-block {
border-spacing: 0px;
width: 100%;
}
.page-service-customsearch .wev-footer .wev-btn {
border-radius: 0px;
border: none;
font-size: @font-size-caption;
padding: 0px;
height: 45px;
line-height: 45px;
}
.page-service-customsearch .wev-footer .wev-btn.wev-btn-reset{
width: 30%;background-color: #fbe9e9;color: #DD2727;
}
.page-service-customsearch .wev-footer .wev-btn.wev-btn-search{
width: 70%;background-color: #dd2727;color: #fff;
}
.page-service-customsearch .wev-footer .wev-btn:not(.wev-disabled):active{
background-color: red !important;
color: #fff !important;
}
.page-service-customsearch .wev-form{
border-top: 10px solid #efefef;
}
.page-service-customsearch .wev-loading{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
z-index: 9999;
}
.page-service-customsearch .wev-loading:before{
margin-right: 0px;
}
.page-service-customsearch .wev-field .wev-field-view-span{
text-align:left;
}