This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/less/components/nav.less

18 lines
175 B
Plaintext
Raw Normal View History

2017-10-08 08:26:41 +00:00
.nav-item {
.black-70;
.dib;
.f6;
.link;
.ml3;
.pv3;
2017-10-24 21:40:41 +00:00
&:first-child { .ml0 }
2017-10-08 08:26:41 +00:00
}
.nav-item--active {
.b--blue;
.bb;
.black;
.bw1;
}