Add sublte-button, add different icon for popout

This commit is contained in:
Pieter Vander Vennet 2020-07-29 16:46:45 +02:00
parent 7882747424
commit 497d5c1b49
5 changed files with 63 additions and 20 deletions

View file

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