pyc-website

main website for pyc inc.

git clone https://9o.is/git/pyc-website.git

commit 57b5db04196fc4afa19a4a4d520a1d977a7d7ffe
parent e15fbd76663afb2c3690caa62bee8ce0ab464beb
Author: Jul <jul@9o.is>
Date:   Sun, 29 Jun 2014 11:08:56 -0400

styled wizard to brand color theme

Diffstat:
Msrc/main/webapp/less/other/angular-wizard.less | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/less/other/angular-wizard.less b/src/main/webapp/less/other/angular-wizard.less @@ -1,8 +1,8 @@ .steps-indicator { /* ---- steps quantity ---- */ - @color-default: #E6E6E6; - @color-current: #808080; + @color-default: @brand-primary-light; + @color-current: @brand-primary; @color-done: #339933; @color-editing: #FF0000; @@ -84,12 +84,13 @@ padding: 0; padding-top: 10px; text-align: center; - line-height: 15px; + line-height: 30px; a { color: @color-current; text-decoration: none; text-transform: uppercase; + font-size: @font-size-base + 4; font-weight: bold; transition: 0.25s; cursor: pointer;