Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
Repair button border in download dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
nagmat84 committed Oct 18, 2022
1 parent 3b75276 commit 7fada3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion styles/main/_dialog_downloads.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
div.basicModal.downloads div.basicModal__content a.button {
display: block;
margin: 6px 0;
margin: 12px 0;
padding: 12px;
font-weight: bold;
box-shadow: none;
border: solid 1px black(0.2);
background-color: black(0.01);

.iconic {
width: 12px;
Expand Down

0 comments on commit 7fada3e

Please sign in to comment.