File tree Expand file tree Collapse file tree 1 file changed +60
-58
lines changed
skin/public/css/src/less/plugins Expand file tree Collapse file tree 1 file changed +60
-58
lines changed Original file line number Diff line number Diff line change 5
5
@alertH : 50px ;
6
6
7
7
#gmap {
8
- .form-search {
8
+ .form-search {
9
9
:is(input , button ) {
10
10
border-radius : 0 ;
11
11
border-bottom : none ;
12
12
border-top : none ;
13
13
}
14
14
15
15
input {
16
- height : @formH ;
17
- padding : 1rem ;
18
- border : none ;
19
- }
16
+ height : @formH ;
17
+ padding : 1rem ;
18
+ border : none ;
19
+ }
20
20
21
- .subdirection {
22
- .size (52px ,@formH );
21
+ .subdirection {
22
+ .size (52px ,@formH );
23
23
border-color : #ddd ;
24
- }
25
- }
26
-
27
- .map {
28
- min-height : @mapH ;
29
- position : relative ;
30
- overflow : hidden ;
31
- margin-bottom : 2rem ;
32
-
33
- > div :first-child {
34
- display : table ;
35
- width : 100% ;
36
- position : relative ;
37
- }
38
- }
39
-
40
- .gmap3 {
41
- height : @mapH ;
42
- width : 100% ;
43
- float : right ;
44
- display : table-cell ;
45
- transition : all .5s ease ;
46
- border-right : 1px solid #ccc ;
24
+ }
25
+ }
26
+
27
+ .map {
28
+ min-height : @mapH ;
29
+ position : relative ;
30
+ overflow : hidden ;
31
+ margin-bottom : 2rem ;
32
+
33
+ > div :first-child {
34
+ display : table ;
35
+ width : 100% ;
36
+ position : relative ;
37
+ }
38
+ }
39
+
40
+ .gmap3 {
41
+ height : @mapH ;
42
+ width : 100% ;
43
+ float : right ;
44
+ display : table-cell ;
45
+ transition : all .5s ease ;
46
+ border-right : 1px solid #ccc ;
47
47
48
48
img {
49
49
max-width : inherit ;
50
50
}
51
- }
51
+ }
52
52
53
- .adp-directions {
54
- .table ;
55
- .table-hover ;
56
- }
53
+ .adp-directions {
54
+ .table ;
55
+ .table-hover ;
56
+ }
57
57
58
- .adp-placemark {
59
- margin : 0 0 10px ;
60
- border-left : none ;
61
- border-right : none ;
58
+ .adp-placemark {
59
+ margin : 0 0 10px ;
60
+ border-left : none ;
61
+ border-right : none ;
62
62
width : 100% ;
63
- td {
64
- padding : .5rem 1rem ;
65
- }
66
- }
67
-
68
- :is(.adp-summary ,.adp-legal ) {
69
- padding : 0 .5rem .5rem ;
70
- }
71
-
72
- .map_loader {
73
- position : relative ;
74
- margin-top : 25% ;
75
- left : 48% ;
76
- margin-left : -1rem ;
77
- }
78
-
79
- .gmap-content {
63
+ td {
64
+ padding : .5rem 1rem ;
65
+ }
66
+ }
67
+
68
+ :is(.adp-summary ,.adp-legal ) {
69
+ padding : 0 .5rem .5rem ;
70
+ }
71
+
72
+ .map_loader {
73
+ position : relative ;
74
+ margin-top : 25% ;
75
+ left : 48% ;
76
+ margin-left : -1rem ;
77
+ }
78
+
79
+ .gmap-content {
80
80
margin-bottom : 2rem ;
81
- }
81
+ }
82
82
}
83
83
84
84
#r-directions {
146
146
position : relative ;
147
147
148
148
.btn :not (.hidepanel ) {
149
- top : 5 px ;
149
+ top : 50 % ;
150
150
right : 5px ;
151
151
position : absolute ;
152
152
color : #f2f2f2 ;
153
153
font-size : 18px ;
154
+ line-height : 1 ;
155
+ transform : translateY (-50% );
154
156
}
155
157
}
156
158
You can’t perform that action at this time.
0 commit comments