Add a 'more quests'-screen

This commit is contained in:
Pieter Vander Vennet 2020-07-29 15:48:21 +02:00
parent 19f69b31a4
commit f9e0735378
6 changed files with 113 additions and 56 deletions

View file

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