Refactoring: cleanup of index.css file

This commit is contained in:
Pieter Vander Vennet 2023-04-21 17:35:46 +02:00
parent ee4b0fd238
commit 6d8e5d4363
2 changed files with 13 additions and 52 deletions

View file

@ -70,9 +70,11 @@ export class ImageUploadFlow extends Toggle {
const label = new Combine([
Svg.camera_plus_ui().SetClass("block w-12 h-12 p-1 text-4xl "),
labelContent,
]).SetClass(
"p-2 border-4 border-detail rounded-full font-bold h-full align-middle w-full flex justify-center"
)
])
.SetClass(
"p-2 border-4 border-detail rounded-full font-bold h-full align-middle w-full flex justify-center"
)
.SetStyle(" border-color: var(--foreground-color);")
const licenseStore = state?.osmConnection?.GetPreference(
Constants.OsmPreferenceKeyPicturesLicense,
"CC0"