summaryrefslogtreecommitdiff
path: root/client/colors.less
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-06-29 13:03:01 +0300
committerYuval Adam <yuval@y3xz.com>2015-06-29 13:03:01 +0300
commit6e73d7d8f03056a674908801500a5f842aed6014 (patch)
tree8930cf7eb1eb9c0ad53e3ea81d8167b1453bfb02 /client/colors.less
parent7b35b04196c6dce495a67dbe68cd117a5cfc13d7 (diff)
About buttons
Diffstat (limited to 'client/colors.less')
-rw-r--r--client/colors.less12
1 files changed, 12 insertions, 0 deletions
diff --git a/client/colors.less b/client/colors.less
index e3ab64c..417810a 100644
--- a/client/colors.less
+++ b/client/colors.less
@@ -333,6 +333,18 @@ body {
}
}
}
+ button {
+ margin-top: 40px;
+ color: #2636F9;
+ font-size: 1.3em;
+ background-color: white;
+ padding: 7px 35px;
+ border: 1px #2636F9 solid;
+ &:hover, &:active {
+ color: white;
+ background-color: #2636F9;
+ }
+ }
}
}
}