Skip to content

Commit

Permalink
Rescale some svgs to 14pt
Browse files Browse the repository at this point in the history
  • Loading branch information
mmd-osm committed Sep 28, 2024
1 parent 2cd72f0 commit f387f71
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 34 deletions.
4 changes: 2 additions & 2 deletions app/assets/images/browse/amenity_helipad.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 2 additions & 7 deletions app/assets/images/browse/barrier_gate.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions app/assets/images/browse/barrier_lift_gate.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions app/assets/images/browse/barrier_stile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions app/assets/images/browse/highway_traffic_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 0 additions & 14 deletions app/assets/stylesheets/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -958,20 +958,6 @@ img.trace_image {
/*rtl:ignore*/ transform: translate(2px, 0px);
}

.highway_traffic_light {
/*rtl:ignore*/ transform: translate(6px, 0px);
}

.barrier_stile {
/*rtl:ignore*/ transform: scale(1.1) translate(4px, 2px);
}

.barrier_swing_gate,
.barrier_gate,
.barrier_lift_gate {
/*rtl:ignore*/ transform: scale(1.5) translate(7px, 4px);
}

.amenity_waste_basket,
.man_made_cross {
/*rtl:ignore*/ transform: scale(1.5) translate(6px, 4px);
Expand Down
5 changes: 0 additions & 5 deletions config/browse_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,25 +238,21 @@ barrier_full-height_turnstile:
fill: barrier
image: barrier_full-height_turnstile.svg
barrier_gate:
class: barrier_gate
fill: barrier
image: barrier_gate.svg
barrier_kissing_gate:
fill: barrier
image: barrier_kissing_gate.svg
barrier_lift_gate:
class: barrier_gate
fill: barrier
image: barrier_lift_gate.svg
barrier_motorcycle_barrier:
fill: barrier
image: barrier_motorcycle_barrier.svg
barrier_stile:
class: barrier_stile
fill: barrier
image: barrier_stile.svg
barrier_swing_gate:
class: barrier_swing_gate
fill: barrier
image: barrier_lift_gate.svg
barrier_toll_booth:
Expand All @@ -278,7 +274,6 @@ highway_mini_roundabout:
fill: turning_circle
image: highway_mini_roundabout.svg
highway_traffic_signals:
class: highway_traffic_light
fill: traffic-light
image: highway_traffic_light.svg
highway_turning_circle:
Expand Down

0 comments on commit f387f71

Please sign in to comment.