pyc-website

main website for pyc inc.

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

commit c6fa39e198751cce633daf621847684d5db0cd51
parent 91ac57df442f4171bed10053bbf12d328aae7e44
Author: Jul <jul@9o.is>
Date:   Tue,  3 Jun 2014 15:19:47 -0400

change smart-form buttons to brand color

Diffstat:
Msrc/main/webapp/less/smartadmin/smart-forms.less | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/webapp/less/smartadmin/smart-forms.less b/src/main/webapp/less/smartadmin/smart-forms.less @@ -641,7 +641,7 @@ -webkit-transition: color 0.3s; } .smart-form .button { - background-color: #3276B1; + background-color: @brand-primary; opacity: 0.8; transition: opacity 0.2s; -o-transition: opacity 0.2s;