diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-20 01:40:01 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-20 01:40:01 +0300 |
| commit | 705c2d8bc320d95088935ecf9d2b1c5d0bc29fce (patch) | |
| tree | 73a581af504c407f05bd44f3b8cd92df280711aa /client/colors.less | |
| parent | 18f37a99e34f5200fb4b6ae0370ba544b083c7ae (diff) | |
Dates error and button
Diffstat (limited to 'client/colors.less')
| -rw-r--r-- | client/colors.less | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/client/colors.less b/client/colors.less index 43fc701..6bb2a50 100644 --- a/client/colors.less +++ b/client/colors.less @@ -98,6 +98,13 @@ body { } } } + div.error { + color: #2636F9; + width: 400px; + text-align: center; + margin: 0 auto; + margin-top: 30px; + } } } } |
