Created
June 13, 2018 02:57
-
-
Save andreliem/d80d264db2391d795ae85bafbd0767ca to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style type="text/less"> | |
@import (less) "//cdnjs.cloudflare.com/ajax/libs/tachyons/4.9.1/tachyons.css"; | |
.menu { | |
.bg-near-white; | |
.b--solid; | |
.br--bottom; | |
.bw1; | |
.b--black-20; | |
.white-80; | |
.br2; | |
} | |
.menu li { | |
.ba; | |
.bl-0; | |
.bt-0; | |
.br-0; | |
&:not(:last-child) { | |
.b--solid; | |
.b--black-30; | |
} | |
} | |
.dd-link { | |
.f6; | |
.pa2; | |
.link; | |
.dim; | |
.w-100; | |
.h-100; | |
.dib; | |
.b--white-10; | |
.black-80; | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment