File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
src/shared/components/Settings/TabSelector Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 29
29
background-color : #bae1f9 ;
30
30
31
31
p {
32
- color : $tco -black ;
33
- font-weight : 700 ;
32
+ color : $tc -black ;
33
+ font-weight : 600 ;
34
34
}
35
35
}
36
36
}
64
64
/* stylelint-enable no-descending-specificity */
65
65
66
66
.active {
67
+ @include barlow ;
68
+
67
69
color : $tc-black ;
68
- font-weight : 700 ;
70
+ font-weight : 600 ;
69
71
background-color : #bae1f9 ;
70
72
71
73
& ::after {
78
80
z-index : 100 ;
79
81
display : block ;
80
82
position : absolute ;
81
- top : 160 px ;
83
+ top : 159 px ;
82
84
}
83
85
}
84
86
}
96
98
.title {
97
99
@include barlow-bold ;
98
100
99
- font-weight : 700 ;
100
- color : $tco -black ;
101
+ font-weight : 600 ;
102
+ color : $tc -black ;
101
103
font-size : 14px ;
102
104
line-height : 20px ;
103
105
text-transform : uppercase ;
You can’t perform that action at this time.
0 commit comments