forked from MapComplete/MapComplete
Add sublte-button, add different icon for popout
This commit is contained in:
parent
7882747424
commit
497d5c1b49
5 changed files with 63 additions and 20 deletions
|
@ -4,6 +4,11 @@ html, body {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: unset;
|
||||
color:unset;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Helvetica Neue', Arial, sans-serif;
|
||||
}
|
||||
|
@ -1187,7 +1192,7 @@ form {
|
|||
|
||||
/** Switch layout **/
|
||||
|
||||
.switch-layout a{
|
||||
.subtle-button{
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
flex-direction: row;
|
||||
|
@ -1201,7 +1206,7 @@ form {
|
|||
|
||||
}
|
||||
|
||||
.switch-layout a img{
|
||||
.subtle-button img{
|
||||
width: 3em;
|
||||
max-height: 3em;
|
||||
margin-right: 0.5em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue