Skip to content
Snippets Groups Projects

#3507085 - Setup Gitlab CI

Merged nidr requested to merge issue/geomap_field-3507085:3507085-setup_gitlab_ci into 1.0.x
Files
12
@@ -20,17 +20,17 @@
}
.geomap-widget-map {
height: 100%;
width: 100%;
height: 100%;
}
.geolocation-suggestions-list {
margin: 0;
padding: 0;
position: absolute;
left: 11px;
bottom: 11px;
z-index: 1000;
bottom: 11px;
left: 11px;
margin: 0;
padding: 0;
}
.geolocation-suggestions-list-item {
@@ -38,17 +38,17 @@
}
.geolocation-suggestions-list-item button {
display: flex;
align-items: center;
padding: 8px 16px;
border: none;
background-color: #fff;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
border: none;
display: flex;
align-items: center;
}
.geolocation-suggestions-list-item button:after {
content: url(../images/baseline-reply-24px.svg);
.geolocation-suggestions-list-item button::after {
padding-left: 8px;
content: url(../images/baseline-reply-24px.svg);
}
.geolocation-suggestions-list-item button:hover {
@@ -56,16 +56,16 @@
}
.geomap-loader {
position: absolute;
z-index: 1000;
top: 16px;
right: 16px;
width: 42px;
height: 42px;
animation: geomap-loader-spin 1s linear infinite;
border: 8px solid transparent;
border-top: 8px solid #1f86c7;
border-radius: 50%;
animation: geomap-loader-spin 1s linear infinite;
position: absolute;
z-index: 1000;
top: 16px;
right: 16px;
}
.geomap-loader[aria-hidden="true"] {
Loading