Reintroduce footer button margins, but only for `.details`

This commit is contained in:
Patrick H. Lauke 2022-05-03 23:21:32 +01:00
parent 20ad2e5c17
commit 79175085c6
1 changed files with 10 additions and 0 deletions

View File

@ -363,6 +363,16 @@ app-root {
flex-direction: column;
height: 100%;
}
.footer {
button {
margin-right: 10px;
&:last-child {
margin-right: 0;
}
}
}
}
> .logo {