diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-20 11:08:50 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-20 11:08:50 +0300 |
| commit | fee6c70e7100d891925cf03188756d848ebc9a41 (patch) | |
| tree | d66d65564e508d300177d523171803c3080f68f0 /client/colors.less | |
| parent | aa652f38c7bcfbcddbec4290995e34a1d171bbab (diff) | |
Add steps breadcrumbs
Diffstat (limited to 'client/colors.less')
| -rw-r--r-- | client/colors.less | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/client/colors.less b/client/colors.less index 4cc07cf..b78dba8 100644 --- a/client/colors.less +++ b/client/colors.less @@ -124,11 +124,22 @@ body { } } div.photos-wrapper { - h4 { - color: #2636F9; - font-size: 1em; - text-align: center; - margin-bottom: 0px; + ol.steps { + display: flex; + justify-content: center; + list-style: none; + padding-left: 0px; + margin-top: 25px; + margin-bottom: 45px; + li.step { + flex: 0 0 auto; + display: inline; + padding-right: 40px; + color: #999; + &.active { + color: #333; + } + } } h2 { margin-top: 0px; |
