Skip to content

Commit 3ac3a56

Browse files
committed
Version v2.2.38
1 parent 1ca05eb commit 3ac3a56

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

src/stylesheets/map.component.scss

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
map-component {
2+
.container, .map-wrapper {
3+
margin-bottom: 20px;
4+
}
5+
6+
form {
7+
button {
8+
i {
9+
height: 21px !important;
10+
}
11+
}
12+
13+
input {
14+
width: 100% !important;
15+
border-bottom-left-radius: 6px !important;
16+
border-top-left-radius: 6px !important;
17+
}
18+
}
19+
20+
.panel-heading {
21+
padding-left: 0;
22+
}
23+
24+
.input-wrapper {
25+
position: relative;
26+
27+
#reset-form {
28+
position: absolute;
29+
right: 10px;
30+
top:0;
31+
z-index: 5;
32+
height:100%;
33+
cursor: pointer;
34+
35+
i {
36+
position: absolute;
37+
right: 0;
38+
top: 50%;
39+
@include translate(0, -50%);
40+
}
41+
}
42+
}
43+
44+
}

0 commit comments

Comments
 (0)