|
1 |
| -.App { |
2 |
| - text-align: center; |
3 |
| -} |
4 |
| - |
5 |
| -.App-logo { |
6 |
| - height: 40vmin; |
7 |
| - pointer-events: none; |
8 |
| -} |
9 |
| - |
10 |
| -@media (prefers-reduced-motion: no-preference) { |
11 |
| - .App-logo { |
12 |
| - animation: App-logo-spin infinite 20s linear; |
13 |
| - } |
14 |
| -} |
15 |
| - |
16 |
| -.App-header { |
17 |
| - background-color: #282c34; |
18 |
| - min-height: 100vh; |
19 |
| - display: flex; |
20 |
| - flex-direction: column; |
21 |
| - align-items: center; |
22 |
| - justify-content: center; |
23 |
| - font-size: calc(10px + 2vmin); |
24 |
| - color: white; |
| 1 | +.leaflet-container { |
| 2 | + position: absolute; |
| 3 | + top: 0; |
| 4 | + bottom: 0; |
| 5 | + width: 100%; |
| 6 | + height: 100%; |
25 | 7 | }
|
26 | 8 |
|
27 |
| -.App-link { |
28 |
| - color: #61dafb; |
29 |
| -} |
| 9 | +/* SidebarComponent */ |
30 | 10 |
|
31 |
| -.leaflet-container{ |
32 |
| - position: absolute; |
33 |
| - top: 0; |
34 |
| - bottom: 0; |
35 |
| - width: 100%; |
36 |
| - height: 100%; |
37 |
| -} |
38 |
| - |
39 |
| -.mainBlock_custom{ |
40 |
| - width: 100%; |
41 |
| - padding-left: 15px; |
42 |
| -} |
43 |
| - |
44 |
| -.toggleBtn{ |
45 |
| - display: none !important; |
| 11 | +.toggleBtn { |
| 12 | + display: none !important; |
46 | 13 | }
|
47 | 14 |
|
48 |
| -/* .menu_custom{ |
49 |
| - margin-top: 52px; |
50 |
| -} */ |
51 |
| - |
52 |
| -.sidebarContainer_custom{ |
53 |
| - background-color: #363740; |
54 |
| - width: 100%; |
55 |
| - padding: 7px; |
| 15 | +.sidebarContainer_custom { |
| 16 | + background-color: #363740; |
| 17 | + width: 100%; |
| 18 | + padding: 7px; |
56 | 19 | }
|
57 | 20 |
|
58 |
| - |
59 |
| - |
60 |
| -/* @media screen and (max-width: 992px) { */ |
61 |
| - .sidebar_custom { |
62 |
| - top: 0; |
63 |
| - left: 0; |
64 |
| - /* width: 0px; */ |
65 |
| - overflow-x: hidden; |
66 |
| - position: fixed; |
67 |
| - z-index: 10000; |
68 |
| - /* -webkit-transition: all 500ms ease; |
69 |
| - transition: all 500ms ease; */ |
70 |
| - } |
71 |
| - |
72 |
| - .sidebarContainer_custom{ |
| 21 | +.sidebarContainer_custom { |
73 | 22 | padding-left: 4px !important;
|
74 | 23 | padding-right: 4px !important;
|
75 |
| - border-radius: 5px; |
| 24 | + border-radius: 5px; |
76 | 25 | margin: auto;
|
77 |
| - } |
78 |
| - |
79 |
| - .mainBlock_custom{ |
80 |
| - } |
| 26 | +} |
81 | 27 |
|
82 |
| - .toggleBtn{ |
| 28 | +.toggleBtn { |
83 | 29 | display: inline !important;
|
84 |
| - } |
| 30 | +} |
85 | 31 |
|
86 |
| - .menu_custom{ |
| 32 | +.menu_custom { |
87 | 33 | display: none !important;
|
88 |
| - } |
| 34 | +} |
89 | 35 |
|
90 |
| - .sidebarActive{ |
| 36 | +.sidebarActive { |
91 | 37 | top: 0;
|
92 | 38 | left: 0;
|
93 | 39 | /* width: 300px; */
|
94 | 40 | overflow-x: auto;
|
95 | 41 | position: fixed;
|
96 |
| - } |
97 |
| - |
98 |
| - .mainBlockPushRight{ |
99 |
| - } |
100 |
| - |
101 |
| -/************ Sentuator styles ***********8*/ |
102 |
| - |
103 |
| -.select_styles{ |
104 |
| - width: 100%; |
105 | 42 | }
|
106 | 43 |
|
107 |
| -.sentuator_list{ |
108 |
| - font-size: 0.8em; |
109 |
| - z-index: 0; |
110 |
| - width: 90%; |
111 |
| - height: 250px; |
112 |
| - overflow-y: scroll; |
113 |
| -} |
114 |
| - |
115 |
| -.sentuator_container{ |
116 |
| - padding-top: 20px; |
117 |
| - padding-left: 0 !important; |
118 |
| - width: 50%; |
119 |
| -} |
120 |
| - |
121 |
| - |
122 |
| -/************** Map styles *************/ |
123 |
| -.dropdown_styles{ |
124 |
| - position: relative; |
125 |
| - display: inline-block; |
126 |
| - margin-left: 15px; |
| 44 | +.mainBlockPushRight { |
127 | 45 | }
|
128 | 46 |
|
129 |
| -.dropdown_content{ |
130 |
| - display: none; |
131 |
| - position: absolute; |
132 |
| - background-color: #f1f1f1; |
133 |
| - min-width: 160px; |
134 |
| - box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); |
135 |
| - z-index: 1001; |
136 |
| -} |
137 |
| - |
138 |
| -.dropdown_content div { |
139 |
| - color: black; |
140 |
| - padding: 12px 16px; |
141 |
| - text-decoration: none; |
142 |
| - display: block; |
143 |
| -} |
144 |
| - |
145 |
| -.dropdown_content div Button{ |
146 |
| - font-size: 0.75em; |
147 |
| -} |
148 |
| - |
149 |
| -.dropdown_content div:hover {background-color: #ddd;} |
150 |
| - |
151 |
| -.dropdown_styles:hover .dropdown_content {display: block;} |
152 |
| - |
153 |
| -.mission_options{ |
154 |
| - margin-left: 15px; |
155 |
| -} |
156 |
| -/******* DrawGeoFence styles *******/ |
157 |
| -.drawGeoFence_styles{ |
158 |
| - position: relative; |
159 |
| - display: inline-block; |
160 |
| - margin-left: 15px; |
161 |
| -} |
| 47 | +/* SentuatorsComponent */ |
162 | 48 |
|
163 |
| -.drawGeoFence_content{ |
164 |
| - position: absolute; |
165 |
| - background-color: #f1f1f1; |
166 |
| - /* min-width: 160px; */ |
167 |
| - box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); |
168 |
| - z-index: 1001; |
| 49 | +.select_styles { |
| 50 | + width: 100%; |
169 | 51 | }
|
170 | 52 |
|
171 |
| -.drawGeoFence_content Button { |
172 |
| - margin: 3px; |
| 53 | +.sentuator_list { |
| 54 | + font-size: 0.8em; |
| 55 | + z-index: 0; |
| 56 | + width: 90%; |
| 57 | + height: 250px; |
| 58 | + overflow-y: scroll; |
173 | 59 | }
|
174 | 60 |
|
175 |
| -/******* Script Control ********/ |
176 |
| -.subroutine_select_styles{ |
177 |
| - width: 150px; |
| 61 | +.sentuator_container { |
| 62 | + padding-top: 20px; |
| 63 | + padding-left: 0 !important; |
| 64 | + width: 50%; |
178 | 65 | }
|
0 commit comments