summaryrefslogtreecommitdiff
path: root/client/colors.less
diff options
context:
space:
mode:
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 {