File tree Expand file tree Collapse file tree 1 file changed +11
-21
lines changed Expand file tree Collapse file tree 1 file changed +11
-21
lines changed Original file line number Diff line number Diff line change 1
1
.dashboard-header {
2
- padding : 24 px 66 px ;
2
+ padding : #{ 24 / $base-font-size } rem #{ 66 / $base-font-size } rem ;
3
3
}
4
4
5
5
.dashboard-header__tabs {
6
6
display : flex ;
7
7
padding-top : #{24 / $base-font-size } rem;
8
- padding-bottom : #{24 / $base-font-size } rem;
8
+ margin-bottom : #{24 / $base-font-size } rem;
9
+ @include themify () {
10
+ border-bottom : 1px solid getThemifyVariable (' inactive-text-color' );
11
+ }
9
12
}
10
13
11
14
.dashboard-header__tab {
12
15
@include themify () {
13
16
color : getThemifyVariable (' inactive-text-color' );
14
- border-right : 2 px solid getThemifyVariable ( ' inactive-text-color ' ) ;
17
+ border-bottom : #{ 4 / $base-font-size } rem solid transparent ;
15
18
16
- padding : 0 13px ;
19
+ padding : 0 0 #{8 / $base-font-size } rem 0 ;
20
+ margin-right : #{26 / $base-font-size } rem;
17
21
18
- & :hover , & :focus {
19
- color : getThemifyVariable (' primary-text-color' );
20
- cursor : pointer ;
21
- }
22
- & :focus {
22
+ & :hover , & :focus , & .dashboard-header__tab--selected {
23
23
color : getThemifyVariable (' primary-text-color' );
24
+ border-bottom-color : getThemifyVariable (' nav-hover-color' );
24
25
cursor : pointer ;
25
26
}
26
27
}
27
28
28
29
font-size : #{21 / $base-font-size } rem;
29
30
}
30
31
31
-
32
- .dashboard-header__tab :first-child {
33
- padding-left : 0 ;
34
- }
35
-
36
- .dashboard-header__tab :last-child {
37
- border-right : none ;
38
- }
39
-
40
32
.dashboard-header__tab--selected {
41
- @include themify () {
42
- color : getThemifyVariable (' primary-text-color' );
43
- }
44
33
cursor : auto ;
45
34
}
46
35
49
38
}
50
39
51
40
.dashboard-header__tab__title {
41
+ font-weight : bold ;
52
42
margin : 0 ;
53
43
}
You can’t perform that action at this time.
0 commit comments