Add background-color padding and border
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma 2020-09-04 10:40:34 +02:00
parent e682b375e7
commit ad86e41345
2 changed files with 15 additions and 8 deletions

View File

@ -22,6 +22,9 @@ div.menu-button > span {
position: absolute; position: absolute;
top: 3rem; top: 3rem;
right:0; right:0;
background-color: #fff;
border-radius: 0.25rem;
padding: 0.5rem;
} }
.card { .card {
@ -44,6 +47,10 @@ div.menu-button > span {
max-height: 0; max-height: 0;
} }
.menu.hidden {
padding: 0;
}
.menu-button.hidden { .menu-button.hidden {
overflow: hidden; overflow: hidden;
} }