We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c524036 commit 28ad54cCopy full SHA for 28ad54c
src/shared/components/Notifications/TabsPanel/style.scss
@@ -7,27 +7,28 @@
7
height: 30px;
8
margin-top: 50px;
9
margin-bottom: 20px;
10
- padding-left: 14px;
11
12
.lefts {
13
display: flex;
14
justify-content: space-between;
15
max-width: 345px;
16
17
.btn {
+ @include roboto-bold;
18
color: #2a2a2a;
19
background-color: $tc-white;
20
-
21
- @include roboto-bold;
22
23
font-size: 12px;
24
font-weight: 400;
+ text-transform: uppercase;
25
line-height: 30px;
26
text-align: center;
27
- width: 177px;
28
+ padding: 0 15px;
29
cursor: pointer;
30
- text-transform: uppercase;
+
+ &:not(:first-of-type) {
+ margin-left: 5px;
31
+ }
32
}
33
34
.active {
0 commit comments