diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-11 00:15:45 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-11 00:15:45 +0300 |
| commit | ad81865ee5d29cbb8b3a669c2314cbb8fff4caf9 (patch) | |
| tree | 7067cbb4e59ae9550ae56ec657a417687f44aed6 /client/colors.less | |
| parent | 3c2d664444bed313899fb1789bf40f55f72d7c38 (diff) | |
Date styles and updates home screen styles
Diffstat (limited to 'client/colors.less')
| -rw-r--r-- | client/colors.less | 59 |
1 files changed, 53 insertions, 6 deletions
diff --git a/client/colors.less b/client/colors.less index 87fe959..8d403db 100644 --- a/client/colors.less +++ b/client/colors.less @@ -11,27 +11,74 @@ body { flex: 0 0 auto; h1 { color: #67C288; - font-size: 6em; + font-size: 3.5em; font-weight: bold; } h2 { - margin-top: 80px; - font-size: 3.3em; + margin: 30px 10px 0px 10px; + font-size: 2em; font-weight: bold; } button.login { - margin-top: 100px; + margin-top: 30px; color: #fff; - font-size: 2.8em; + font-size: 1.3em; background-color: #67C288; padding: 7px 35px; border: 0px; - line-height: 72px; &:hover, &:active { background-color: #5DA577; } } } } + div.dates-wrapper { + div.dates { + h2 { + color: #4589F7; + font-size: 3.3em; + font-weight: bold; + text-align: center; + } + form { + div.month-row { + padding: 40px; + label.radio-inline { + width: 90%; + text-align: center; + color: #333; + border: 1px solid #333; + padding: 9px; + font-size: 2.2em; + } + input[type="radio"] { + display: none; + &:checked + label.radio-inline { + color: #fff; + background-color: #4589F7; + border: 0px; + } + } + } + div.years { + margin-top: 40px; + text-align: center; + label.radio-inline { + color: #333; + padding: 9px; + font-size: 2.2em; + } + input[type="radio"] { + display: none; + &:checked + label.radio-inline { + color: #4589F7; + font-weight: bold; + border: 0px; + } + } + } + } + } + } } } |
