Skip to content

Commit

Permalink
fix: linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dotslashtarun committed Jan 10, 2023
1 parent f0a89cf commit 2139dbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/static/css/code-block-buttons.css
Expand Up @@ -12,7 +12,7 @@ pre .btnIcon {
padding: 0;
background-color: transparent;
height: 30px;
transition: all .25s ease-out;
transition: all 0.25s ease-out;
}

pre .btnIcon:hover {
Expand All @@ -26,7 +26,7 @@ pre .btnIcon:hover {

.btnIcon svg {
fill: currentColor;
margin-right: .4em;
margin-right: 0.4em;
}

.btnIcon__label {
Expand All @@ -35,4 +35,4 @@ pre .btnIcon:hover {

.btnClipboard {
right: 10px;
}
}

0 comments on commit 2139dbb

Please sign in to comment.