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