summaryrefslogtreecommitdiff
path: root/client/colors.less
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-06-21 17:12:28 +0300
committerYuval Adam <yuval@y3xz.com>2015-06-21 17:12:28 +0300
commit99e29317f38e40cce73238898f7bb42dd624f337 (patch)
tree3a6d32aaeeb5b99ac00b46c86ef61ccd5713cb4e /client/colors.less
parentd2a10c7d712a3f60888424f17c366ac2d5b4c265 (diff)
Share panel and Fix step 7
Diffstat (limited to 'client/colors.less')
-rw-r--r--client/colors.less22
1 files changed, 22 insertions, 0 deletions
diff --git a/client/colors.less b/client/colors.less
index 6c9c5f1..2a710ae 100644
--- a/client/colors.less
+++ b/client/colors.less
@@ -210,6 +210,28 @@ body {
}
div.final {
text-align: center;
+ display: flex;
+ justify-content: center;
+ div.dominants {
+
+ }
+ div.share {
+ margin-left: 40px;
+ width: 260px;
+ button {
+ font-size: 1.2em;
+ width: 100%;
+ margin-top: 45px;
+ color: #2636F9;
+ padding: 7px 35px;
+ background-color: white;
+ border: 1px #2636F9 solid;
+ &:hover, &:active {
+ color: white;
+ background-color: #2636F9;
+ }
+ }
+ }
}
}
div.about-wrapper {