Skip to content

Commit 28ad54c

Browse files
Fix Issue #4041 : Align tab to left
1 parent c524036 commit 28ad54c

File tree

1 file changed

+7
-6
lines changed
  • src/shared/components/Notifications/TabsPanel

1 file changed

+7
-6
lines changed

src/shared/components/Notifications/TabsPanel/style.scss

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,28 @@
77
height: 30px;
88
margin-top: 50px;
99
margin-bottom: 20px;
10-
padding-left: 14px;
1110

1211
.lefts {
1312
display: flex;
1413
justify-content: space-between;
1514
max-width: 345px;
1615

1716
.btn {
17+
@include roboto-bold;
1818
color: #2a2a2a;
1919
background-color: $tc-white;
20-
21-
@include roboto-bold;
22-
2320
font-size: 12px;
2421
font-weight: 400;
22+
text-transform: uppercase;
2523
line-height: 30px;
2624
text-align: center;
27-
width: 177px;
2825
height: 30px;
26+
padding: 0 15px;
2927
cursor: pointer;
30-
text-transform: uppercase;
28+
29+
&:not(:first-of-type) {
30+
margin-left: 5px;
31+
}
3132
}
3233

3334
.active {

0 commit comments

Comments
 (0)