summaryrefslogtreecommitdiff
path: root/client/colors.less
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-06-20 01:59:43 +0300
committerYuval Adam <yuval@y3xz.com>2015-06-20 01:59:43 +0300
commitfaf3245e9a5eddaa7938bc718c637e2d47473bcd (patch)
tree4518eed2c903640979ed1aa9042eab35bf365b1e /client/colors.less
parentf666a0e871cbe3bf6cbe8843f200012a90621ce1 (diff)
Proper dates behavior
Diffstat (limited to 'client/colors.less')
-rw-r--r--client/colors.less25
1 files changed, 20 insertions, 5 deletions
diff --git a/client/colors.less b/client/colors.less
index 6bb2a50..db572c0 100644
--- a/client/colors.less
+++ b/client/colors.less
@@ -98,12 +98,27 @@ body {
}
}
}
- div.error {
- color: #2636F9;
- width: 400px;
+ div.next {
text-align: center;
- margin: 0 auto;
- margin-top: 30px;
+ div.error {
+ color: #2636F9;
+ width: 400px;
+ margin: 0 auto;
+ margin-top: 30px;
+ }
+ button.dates {
+ font-size: 1.2em;
+ width: 130px;
+ margin-top: 20px;
+ color: #2636F9;
+ padding: 7px 35px;
+ background-color: white;
+ border: 1px #2636F9 solid;
+ &:hover, &:active {
+ color: white;
+ background-color: #2636F9;
+ }
+ }
}
}
}