Skip to content

Commit

Permalink
fix: globe light shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
lfsigreja committed Sep 9, 2024
1 parent 0e0bad0 commit ef53dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/globe/Globe.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
.azion-light {
.globe {
box-shadow: 0 0 2px rgba(243,101,43, .5), 0 0 40px rgba(243,101,43, .3);
box-shadow: 0px 4px 80px 0px rgba(211, 211, 211, 1);
background: radial-gradient(800px at 20px 464px, rgba(1, 1, 1, .4), transparent 60%);
}
Expand All @@ -68,7 +68,7 @@
lightImage: {
type: String,
required: false,
default: 'https://www.azion.com/assets/images/components/globe/map-light@2x.png'
default: 'https://www.azion.com/assets/images/components/globe/map-light@3x.png'
},
darkImage: {
type: String,
Expand Down

0 comments on commit ef53dc1

Please sign in to comment.