forked from MapComplete/MapComplete
Add a 'more quests'-screen
This commit is contained in:
parent
19f69b31a4
commit
f9e0735378
6 changed files with 113 additions and 56 deletions
25
index.css
25
index.css
|
@ -1183,4 +1183,27 @@ form {
|
|||
padding: 1em;
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
/** Switch layout **/
|
||||
|
||||
.switch-layout a{
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
flex-direction: row;
|
||||
font-size: large;
|
||||
margin: 0.5em;
|
||||
background-color: #e5f5ff;
|
||||
border-radius: 1em;
|
||||
align-items: center;
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
|
||||
}
|
||||
|
||||
.switch-layout a img{
|
||||
width: 3em;
|
||||
max-height: 3em;
|
||||
margin-right: 0.5em;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue