diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-21 18:13:17 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-21 18:13:17 +0300 |
| commit | 8d3211f6988c9ccf71ec1b8f7e293f8f4d653250 (patch) | |
| tree | c6e1a4e4a4b8d8b3e4bc9c639e2319e846ec4142 /client/colors.less | |
| parent | c04a21af7f627969e95626e1d757a02d37710faf (diff) | |
Cleanup final steps
Diffstat (limited to 'client/colors.less')
| -rw-r--r-- | client/colors.less | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/client/colors.less b/client/colors.less index 6a5a25b..d7dd7b9 100644 --- a/client/colors.less +++ b/client/colors.less @@ -213,8 +213,19 @@ body { text-align: center; display: flex; justify-content: center; - div.dominants { - + div.final-dominants { + margin-left: 40px; + width: 260px; + div.color { + background-color: red; + height: 50px; + width: 100%; + } + h5 { + color: #999; + margin-top: 10px; + text-align: left; + } } div.share { margin-left: 40px; |
