Skip to content

Commit

Permalink
styles: disable text decoration for buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
rasulov1337 committed Dec 15, 2024
1 parent 949149a commit 1f0c331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/mixins.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@mixin button {
display: flex;
box-sizing: border-box;
text-decoration: none;
justify-content: center;
align-items: center;
margin: 0;
Expand Down

0 comments on commit 1f0c331

Please sign in to comment.