Style Update

This commit is contained in:
Sergej Schwabauer 2022-03-04 16:28:01 +01:00
parent e22ef14da2
commit ff31e31586
3 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -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'
})
]

View File

@ -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;
}
@ -41,6 +39,12 @@
&-icon {
width: 35px;
}
label {
margin: 0 10px;
padding: 1px 0;
font-size: 12px;
}
}
&-marker-wrapper {
@ -52,11 +56,5 @@
position: absolute;
}
}
label {
margin: 0 10px 0 16px;
padding: 1px 0;
font-size: 12px;
}
}
}