Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2016-06-15 16:48:25 +0800
Commit
cba3c4a1782f79b2078ccbb598480ecaff0d7bca
1 parent
1a21dbbb
path nav
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
public/scss/common/_path-nav.css
public/scss/common/_path-nav.css
0 → 100644
View file @
cba3c4a
1
+
.path-nav
{
2
+
font-size
:
12px
;
3
+
padding
:
15px
0
;
4
+
height
:
18px
;
5
+
line-height
:
18px
;
6
+
color
:
#666
;
7
+
8
+
a
{
9
+
color
:
#666
;
10
+
}
11
+
12
+
.iconfont
{
13
+
font-size
:
12px
;
14
+
}
15
+
16
+
.last
{
17
+
font-weight
:
bold
;
18
+
}
19
+
}
Please
register
or
login
to post a comment