forked from MapComplete/MapComplete
Fix ways: they show up again
This commit is contained in:
parent
314894085a
commit
2685b6e734
6 changed files with 67 additions and 65 deletions
23
css/imageUploadFlow.css
Normal file
23
css/imageUploadFlow.css
Normal file
|
@ -0,0 +1,23 @@
|
|||
.image-upload-flow-button span {
|
||||
width: max-content;
|
||||
font-size: 28px;
|
||||
font-weight: bold;
|
||||
margin-top: 4px;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
padding-left: 13px;
|
||||
}
|
||||
|
||||
.image-upload-flow-button {
|
||||
display: flex;
|
||||
cursor: pointer;
|
||||
padding: 0.5em;
|
||||
border-radius: 1em;
|
||||
border: 3px solid var(--foreground-color);
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.image-upload-flow svg {
|
||||
fill: var(--foreground-color);
|
||||
stroke: var(--foreground-color);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue