Set info color to lightblue.

This commit is contained in:
Federico Zivolo 2014-08-20 13:39:51 +02:00
parent a63c24a3cf
commit 681077edae

View File

@ -24,7 +24,7 @@
// Bootstrap shades
@primary: #4285F4;
@success: #0F9D58;
@info: #3498DB;
@info: @lightblue;
@warning: @deeporange;
@danger: @red;