This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 3 files changed +27
-27
lines changed
3 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 4
4
.sitemap-wrapper
5
5
section.sitemap-nav
6
6
h2.sitemap-header Compete
7
+
7
8
ul
8
9
li
9
10
a( href ="/challenges/design/active" ) Design Challenges
17
18
18
19
section.sitemap-nav.hide-small
19
20
h2.sitemap-header Learn
21
+
20
22
ul
21
23
li
22
24
a( href ="/community/design" ) Design
29
31
30
32
section.sitemap-nav
31
33
h2.sitemap-header Community
34
+
32
35
ul
33
36
li
34
37
a( href ="/community" ) Home
47
50
48
51
section.sitemap-nav.hide-small
49
52
h2.sitemap-header My Account
53
+
50
54
ul
51
55
li
52
- a( href = "/my- dashboard") Dashboard
56
+ a( ui-sref = " dashboard") Dashboard
53
57
li
54
58
a( href ="/members/" ) My Profile
55
59
li
56
- a( href = "/ settings/ profile") Settings
60
+ a( ui-sref = " settings. profile") Settings
57
61
58
62
Original file line number Diff line number Diff line change 9
9
10
10
function routes ( $stateProvider , $locationProvider ) {
11
11
$locationProvider . html5Mode ( true ) ;
12
+
12
13
var states = {
13
14
'sitemap' : {
14
15
parent : 'root' ,
Original file line number Diff line number Diff line change 1
- // Sitemap styles
1
+ @import ' tc-includes' ;
2
+
2
3
.sitemap-container {
3
4
margin : 10px ;
4
- background : #fff ;
5
+ background : $white ;
5
6
padding : 34px 26px ;
6
7
font-family : ' Sofia Pro' ;
7
-
8
8
@media only screen and (min-width : 768px ) {
9
9
margin : 0 ;
10
10
padding : 0 ;
11
- background : #F6F6F6 ;
12
-
11
+ background : $gray-lighter ;
12
+
13
13
.sitemap-wrapper {
14
14
margin : 58px 69px ;
15
- background : #fff ;
15
+ background : $white ;
16
16
padding : 41px 58px ;
17
-
17
+
18
18
& :after {
19
19
display : block ;
20
20
content : ' ' ;
21
21
clear : both ;
22
22
}
23
23
}
24
24
}
25
-
25
+
26
26
.page-header {
27
27
font-size : 22px ;
28
28
font-weight : bold ;
29
29
text-align : center ;
30
-
31
30
@media only screen and (min-width : 768px ) {
32
31
text-align : left ;
33
32
font-size : 32px ;
34
33
padding : 47px 38px 33px 129px ;
35
- background : #fff ;
34
+ background : $white ;
36
35
border-bottom : 2px solid #EBEBEB ;
37
36
}
38
37
}
39
-
38
+
40
39
.sitemap-header {
41
40
font-weight : bold ;
42
41
font-size : 14px ;
43
-
44
42
@media only screen and (min-width : 768px ) {
45
43
font-size : 15px ;
46
44
}
47
45
}
48
-
46
+
49
47
.sitemap-nav {
50
48
margin-top : 32px ;
51
49
font-size : 18px ;
52
50
text-transform : uppercase ;
53
-
54
51
@media only screen and (min-width : 768px ) {
55
52
width : 25% ;
56
53
float : left ;
57
54
margin : 0 ;
58
55
box-sizing : border-box ;
59
56
padding : 31px 5px 31px 5px ;
60
-
61
-
57
+
62
58
& :nth-child (4 n +1 ) {
63
59
clear : both ;
64
60
}
65
61
}
66
-
62
+
67
63
a {
68
64
display : block ;
69
65
margin-top : 16px ;
70
66
color : #A3A3B4 ;
71
67
font-size : 15px ;
72
68
}
73
-
69
+
74
70
+ .sitemap-nav {
75
71
margin-top : 42px ;
76
-
77
72
@media only screen and (min-width : 768px ) {
78
73
margin : 0 ;
79
74
}
80
75
}
81
76
}
82
-
77
+
83
78
.sitemap-subnav {
84
79
margin-left : 16px ;
85
-
80
+
86
81
a {
87
82
font-size : 13px ;
88
83
text-transform : none ;
89
84
}
90
85
}
91
-
86
+
92
87
@media only screen and (max-width : 767px ) {
93
- .hide-small {
88
+ .hide-small {
94
89
display : none ;
95
90
}
96
- }
97
- }
91
+ }
92
+ }
You can’t perform that action at this time.
0 commit comments