Explain findColorInvert

This commit is contained in:
Jeremy Thomas
2017-05-05 13:04:16 +01:00
parent 1a76a23115
commit 9997d47d86
8 changed files with 228 additions and 6 deletions

View File

@@ -40,6 +40,7 @@
.highlight pre
max-height: 600px
margin-bottom: 0 !important
$structure: $danger
$structure-invert: $danger-invert

View File

@@ -17,6 +17,7 @@ $carbon-space: 15px
width: 340px
#carbonads
font-size: 14px
text-align: left
a,
span

View File

@@ -1,5 +1,5 @@
.highlight
background-color: #fdf6e3
background-color: #f5f5f5
color: #586e75
.c
color: #93a1a1

View File

@@ -5,7 +5,7 @@
.color
border-radius: 2px;
box-shadow: inset 0 0 0 1px rgba(black, 0.5)
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.1)
display: inline-block
float: left
height: 24px