Skip to content

Commit

Permalink
Style Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergej Schwabauer committed Mar 4, 2022
1 parent e22ef14 commit ff31e31
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .ash_history
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ exit
npm run serve
gulp clean; gulp build; gulp bundle --ship; gulp package-solution --ship;
npm run serve
gulp clean; gulp build; gulp bundle --ship; gulp package-solution --ship;
exit
2 changes: 1 addition & 1 deletion src/webparts/map/MapWebPart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export default class MapWebPart extends BaseClientSideWebPart<IMapWebPartProps>
${this.context.manifest.version}
<h3>Web Part Instance id</h3>
${this.context.instanceId}`,
moreInfoLink: `https://spfx-app.dev/`,
moreInfoLink: `https://spfxappdev.github.io/sp-map-webpart/`,
key: '3f860b48-1dc3-496d-bd28-b145672289cc'
})
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@
:global {
.map-legend {
margin: 10px;

&-title {
font-weight: 700;
// padding-right: 4px;
// font-size: 12px;
font-weight: 700;
text-align: center;
font-size: 1.5em;
}
Expand All @@ -41,6 +39,12 @@
&-icon {
width: 35px;
}

label {
margin: 0 10px;
padding: 1px 0;
font-size: 12px;
}
}

&-marker-wrapper {
Expand All @@ -52,11 +56,5 @@
position: absolute;
}
}

label {
margin: 0 10px 0 16px;
padding: 1px 0;
font-size: 12px;
}
}
}

0 comments on commit ff31e31

Please sign in to comment.