Remove personal Mapbox key
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.map {
|
||||
background: #E0ECED;
|
||||
background: #85ccf9;
|
||||
}
|
||||
.wrapper {
|
||||
position: relative;
|
||||
@@ -8,8 +8,8 @@
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
height: 2px;
|
||||
background: rgba(0, 60, 136, 0.4);
|
||||
height: 0;
|
||||
box-shadow: 0px 0px 1px 2px rgb(255,204,0);
|
||||
width: 0;
|
||||
transition: width 250ms;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user