We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca05eb commit 3ac3a56Copy full SHA for 3ac3a56
src/stylesheets/map.component.scss
@@ -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
36
37
+ right: 0;
38
+ top: 50%;
39
+ @include translate(0, -50%);
40
41
42
43
44
+}
0 commit comments