Navbar colors docs

This commit is contained in:
Jeremy Thomas
2017-09-09 23:56:54 +02:00
parent 8091c23fae
commit 83892a21e3
7 changed files with 455 additions and 190 deletions

View File

@@ -110,7 +110,7 @@
position: relative
width: $dimensions
span
background-color: $text
background-color: currentColor
display: block
height: 1px
left: 50%
@@ -127,11 +127,10 @@
&:nth-child(3)
margin-top: 4px
&:hover
background-color: $background
background-color: rgba(black, 0.05)
// Modifers
&.is-active
span
background-color: $link
&:nth-child(1)
margin-left: -5px
transform: rotate(45deg)