mirror of
https://github.com/janishutz/color-thief.git
synced 2025-11-25 13:54:25 +00:00
median cut palette algorithm workingls still need to get dominant color.
This commit is contained in:
38
sass/app.sass
Normal file
38
sass/app.sass
Normal file
@@ -0,0 +1,38 @@
|
||||
@import "base"
|
||||
|
||||
body
|
||||
background: #222
|
||||
color: #fff
|
||||
font-family: 'lucida grande', sans-serif
|
||||
line-height: 1.625em
|
||||
padding: 40px
|
||||
|
||||
h1
|
||||
font-size: 36px
|
||||
margin-bottom: .5em
|
||||
|
||||
h3
|
||||
|
||||
|
||||
.imageSection
|
||||
+clearfix
|
||||
margin-bottom: 40px
|
||||
img
|
||||
float: left
|
||||
margin-right: 20px
|
||||
.colors
|
||||
width: 400px
|
||||
float: left
|
||||
.function
|
||||
+clearfix
|
||||
margin-bottom: 10px
|
||||
.swatch
|
||||
width: 40px
|
||||
height: 20px
|
||||
margin: 0 4px 4px 0
|
||||
background: #ddd
|
||||
float: left
|
||||
|
||||
canvas
|
||||
display: none
|
||||
|
||||
Reference in New Issue
Block a user