forked from MapComplete/MapComplete
Add email question, some tweaks
This commit is contained in:
commit
f67508336a
12 changed files with 123 additions and 69 deletions
11
index.css
11
index.css
|
@ -4,10 +4,6 @@ html, body {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: unset;
|
||||
color:unset;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Helvetica Neue', Arial, sans-serif;
|
||||
|
@ -1206,6 +1202,13 @@ form {
|
|||
|
||||
}
|
||||
|
||||
.subtle-button a {
|
||||
text-decoration: unset !important;
|
||||
color:unset !important;
|
||||
display: block ruby;
|
||||
}
|
||||
|
||||
|
||||
.subtle-button img{
|
||||
width: 3em;
|
||||
max-height: 3em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue