Skip to content

Commit

Permalink
fix(): remove global button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Dec 9, 2021
1 parent 2450f69 commit 9790c35
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/styles/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
clear: both;
}

button {
cursor: pointer;
background-color: transparent;
border: none;
padding: 0;
display: flex;
align-items: center;
width: auto;
}
// button {
// cursor: pointer;
// background-color: transparent;
// border: none;
// padding: 0;
// display: flex;
// align-items: center;
// width: auto;
// }

.messenger-chat {
&.str-chat {
Expand Down

0 comments on commit 9790c35

Please sign in to comment.