Compile and compress assets
This commit is contained in:
parent
0686453679
commit
d90cb2e8f2
19 changed files with 25 additions and 11 deletions
16
public/assets/frontend/mapbox-gl.css
vendored
16
public/assets/frontend/mapbox-gl.css
vendored
|
@ -56,7 +56,13 @@
|
|||
.mapboxgl-ctrl-bottom-left { bottom: 0; left: 0; }
|
||||
.mapboxgl-ctrl-bottom-right { right: 0; bottom: 0; }
|
||||
|
||||
.mapboxgl-ctrl { clear: both; pointer-events: auto; }
|
||||
.mapboxgl-ctrl {
|
||||
clear: both;
|
||||
pointer-events: auto;
|
||||
|
||||
/* workaround for a Safari bug https://github.com/mapbox/mapbox-gl-js/issues/8185 */
|
||||
transform: translate(0, 0);
|
||||
}
|
||||
.mapboxgl-ctrl-top-left .mapboxgl-ctrl { margin: 10px 0 0 10px; float: left; }
|
||||
.mapboxgl-ctrl-top-right .mapboxgl-ctrl { margin: 10px 10px 0 0; float: right; }
|
||||
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin: 0 0 10px 10px; float: left; }
|
||||
|
@ -111,6 +117,11 @@
|
|||
padding: 5px;
|
||||
}
|
||||
|
||||
.mapboxgl-ctrl-icon.mapboxgl-ctrl-icon-disabled {
|
||||
opacity: 0.25;
|
||||
border-color: #373737;
|
||||
}
|
||||
|
||||
.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out {
|
||||
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='m 7,9 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 6,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z'/%3E %3C/svg%3E");
|
||||
}
|
||||
|
@ -217,6 +228,8 @@ a.mapboxgl-ctrl-logo.mapboxgl-compact {
|
|||
|
||||
@media screen {
|
||||
.mapboxgl-ctrl-attrib.mapboxgl-compact {
|
||||
min-height: 20px;
|
||||
padding: 0;
|
||||
margin: 10px;
|
||||
position: relative;
|
||||
background-color: #fff;
|
||||
|
@ -226,6 +239,7 @@ a.mapboxgl-ctrl-logo.mapboxgl-compact {
|
|||
.mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
|
||||
padding: 2px 24px 2px 4px;
|
||||
visibility: visible;
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover,
|
||||
|
|
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
public/assets/js/maps.js
vendored
2
public/assets/js/maps.js
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
2
public/assets/js/newnote.js
vendored
2
public/assets/js/newnote.js
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
public/assets/js/places.js
vendored
2
public/assets/js/places.js
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue