Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Maják
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Maják
Commits
6bddcef8
Commit
6bddcef8
authored
2 years ago
by
xaralis
Committed by
jan.bednarik
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
feat(maps_utils): improve zoom controls style
parent
ac081591
Branches
Branches containing commit
No related tags found
2 merge requests
!510
Release
,
!508
feat(maps_utils): improve zoom controls style
Pipeline
#8179
passed
2 years ago
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
maps_utils/static/maps_utils/geo-feature-collection.css
+30
-0
30 additions, 0 deletions
maps_utils/static/maps_utils/geo-feature-collection.css
with
30 additions
and
0 deletions
maps_utils/static/maps_utils/geo-feature-collection.css
+
30
−
0
View file @
6bddcef8
...
...
@@ -117,3 +117,33 @@
.geo-feature-collection-tooltip
:before
{
display
:
none
;
}
.geo-feature-collection
.leaflet-touch
.leaflet-bar
{
border
:
none
;
box-shadow
:
0
6px
6px
-3px
rgb
(
221
221
221
/
43%
),
0
10px
14px
1px
rgb
(
221
221
221
/
37%
),
0
4px
18px
3px
rgb
(
221
221
221
/
35%
)
}
.geo-feature-collection
.leaflet-touch
.leaflet-control-zoom-in
,
.geo-feature-collection
.leaflet-touch
.leaflet-control-zoom-out
{
line-height
:
2rem
;
height
:
2rem
;
width
:
2rem
;
font-weight
:
bold
;
font-size
:
24px
;
font-family
:
var
(
--font-body
);
}
.geo-feature-collection
.leaflet-touch
.leaflet-control-zoom-in
:hover
,
.geo-feature-collection
.leaflet-touch
.leaflet-control-zoom-out
:hover
{
background-color
:
var
(
--color-grey-125
);
}
.geo-feature-collection
.leaflet-touch
.leaflet-control-zoom-in
{
border-top-left-radius
:
.5rem
!important
;
border-top-right-radius
:
.5rem
!important
;
border-bottom
:
1px
var
(
--color-grey-125
)
solid
!important
;
}
.geo-feature-collection
.leaflet-touch
.leaflet-control-zoom-out
{
border-bottom-left-radius
:
.5rem
!important
;
border-bottom-right-radius
:
.5rem
!important
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment