Move CSS and JS back into assets
This commit is contained in:
parent
1882a48617
commit
a4ce3df63c
10 changed files with 2 additions and 2 deletions
17
assets/less/components/nav.less
Normal file
17
assets/less/components/nav.less
Normal file
|
@ -0,0 +1,17 @@
|
|||
.nav-item {
|
||||
.black-70;
|
||||
.dib;
|
||||
.f6;
|
||||
.link;
|
||||
.ml3;
|
||||
.pv3;
|
||||
|
||||
&:first-child { .ml0 }
|
||||
}
|
||||
|
||||
.nav-item--active {
|
||||
.b--blue;
|
||||
.bb;
|
||||
.black;
|
||||
.bw1;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue