Skip to content

Commit

Permalink
fix(ArticleDetail): remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
wlliaml committed Jan 23, 2024
1 parent 15cfe71 commit 741c9c0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/views/ArticleDetail/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,3 @@
padding: var(--spacing-loose) 0 0;
margin: var(--spacing-loose) 0 var(--spacing-base);
}

.drawer {
padding: var(--spacing-xx-loose) var(--spacing-loose) var(--spacing-loose)
var(--spacing-xx-loose);
overflow-y: auto;
}

.closeButton {
@mixin border-grey;

font-size: 24px;
color: var(--color-red);
}

0 comments on commit 741c9c0

Please sign in to comment.