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

View File

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