Client - add confirmation before logout + style fix

This commit is contained in:
Sam
2023-07-12 18:14:17 +02:00
parent c062b7a049
commit 3b59c4599f
5 changed files with 75 additions and 6 deletions

View File

@ -57,6 +57,22 @@ button {
color: var(--app-color);
padding: 6px 14px;
&.transparent {
font-family: 'PT Sans', Helvetica, Arial, sans-serif;
font-size: 1em;
border-color: transparent;
box-shadow: none;
&:hover {
background: transparent;
color: var(--app-color);
}
&:enabled:active {
box-shadow: none;
}
}
&:hover {
background: var(--app-color);
color: var(--button-hover-color);