brand color modifications
This commit is contained in:
@ -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
|
||||
// -------------------------
|
||||
|
@ -100,7 +100,7 @@ body {
|
||||
cursor: pointer;
|
||||
border: 1px solid #aaa;
|
||||
color: #999;
|
||||
background: #fff;
|
||||
background: #fff
|
||||
padding: 4px 8px;
|
||||
margin-left:5px;
|
||||
|
||||
|
Reference in New Issue
Block a user