brand color modifications

This commit is contained in:
Sahat Yalkabov
2013-12-18 14:36:02 -05:00
parent d7430955d9
commit 9cc86c43d4
2 changed files with 5 additions and 5 deletions

View File

@ -209,7 +209,7 @@ you can use the generic selector below, but it's slower:
@turquoise: #1abc9c;
@green-sea: #16a085;
@emerald: #2ecc71;
@emerald: #2ecc71;
@nephritis: #27ae60;
@peter-river: #3498db;
@ -250,9 +250,9 @@ you can use the generic selector below, but it's slower:
@brand-primary: #2C3E50;
@brand-success: #18BC9C;
@brand-warning: #F39C12;
@brand-danger: #E74C3C;
@brand-info: #3498DB;
@brand-warning: #f1c40f;
@brand-danger: #e74c3c;
@brand-info: #3498db;
// Scaffolding
// -------------------------

View File

@ -100,7 +100,7 @@ body {
cursor: pointer;
border: 1px solid #aaa;
color: #999;
background: #fff;
background: #fff
padding: 4px 8px;
margin-left:5px;