Skip to content

Commit 2bc83f4

Browse files
button reset
1 parent 8bb7884 commit 2bc83f4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/styles/_base.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +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+
}
26+
1827
.messenger-chat {
1928
&.str-chat {
2029
display: flex;

0 commit comments

Comments
 (0)