1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

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

View File

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