Add extra styles for buttons

- to maintain the existing look and feel after switching links to buttons
This commit is contained in:
Patrick H. Lauke 2021-07-31 21:10:37 +01:00
parent d528d72b4d
commit 7e1c491124
1 changed files with 98 additions and 88 deletions

View File

@ -86,3 +86,13 @@
} }
} }
} }
button.box-content-row {
display: block;
width: 100%;
background: none;
}
button {
border: none;
}