Skip to content

Commit

Permalink
Update button class styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Raffael H committed Jun 12, 2024
1 parent aa84106 commit 244d49d
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion assets/css/dep.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,19 @@ table.dependencies th {
table.dependencies th {
font-weight: bold;
text-transform: uppercase;
}
}

button.highlight-copy-btn {
position: absolute;
bottom: 7px;
right: 7px;
border: 0;
border-radius: 4px;
padding: 1px;
font-size: .7em;
line-height: 1.8;
color: #fff;
background-color: #797676;
min-width: 55px;
text-align: center;
}

0 comments on commit 244d49d

Please sign in to comment.