Skip to content

Commit 9790c35

Browse files
committed
fix(): remove global button styling
1 parent 2450f69 commit 9790c35

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

src/styles/_base.scss

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
clear: both;
1616
}
1717

18-
button {
19-
cursor: pointer;
20-
background-color: transparent;
21-
border: none;
22-
padding: 0;
23-
display: flex;
24-
align-items: center;
25-
width: auto;
26-
}
18+
// button {
19+
// cursor: pointer;
20+
// background-color: transparent;
21+
// border: none;
22+
// padding: 0;
23+
// display: flex;
24+
// align-items: center;
25+
// width: auto;
26+
// }
2727

2828
.messenger-chat {
2929
&.str-chat {

0 commit comments

Comments
 (0)