feat: Modification design pour mac
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Simon 2023-05-05 16:40:29 +02:00
parent 077c36d3be
commit c7c1e0c0ed
1 changed files with 6 additions and 0 deletions

View File

@ -106,4 +106,10 @@ body.print {
border: none; border: none;
box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12); box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
cursor: pointer; cursor: pointer;
background: white;
}
.btn svg {
width: 100%;
height: 100%;
} }