start work on color redesign

pull/2/head
Michael Q Larson 2014-11-07 13:47:39 -08:00
parent 09c89a904e
commit 9739f9b43d
2 changed files with 14 additions and 17 deletions

View File

@ -7,21 +7,15 @@
//
//## Gray and brand colors for use across Bootstrap.
//@t:#441B09
//t#C87100
//#E6AB37
//#711200
//#9E3800
@gray-darker: lighten(#441B09, 13.5%); // #222
@gray-dark: lighten(#441B09, 20%); // #333
@gray: lighten(#441B09, 33.5%); // #555
@gray-light: lighten(#441B09, 46.7%); // #777
@gray-lighter: lighten(#441B09, 93.5%); // #eee
@gray-darker: lighten(#000, 13.5%); // #222
@gray-dark: lighten(#000, 20%); // #333
@gray: lighten(#000, 33.5%); // #555
@gray-light: lighten(#000, 46.7%); // #777
@gray-lighter: lighten(#000, 93.5%); // #eee
@brand-primary: #5fcf80;
@brand-success: #76cf5f;
@brand-info: #5fcfb8;
@brand-success: #5fcfb8;
@brand-info: #76cf5f;
@brand-warning: #f0ad4e;
@brand-danger: #501639;
@ -31,7 +25,7 @@
//## Settings for some of the most global styles.
//** Background color for `<body>`.
@body-bg: #fff;
@body-bg: #441B09;
//** Global text color on `<body>`.
@text-color: @gray-dark;
@ -685,7 +679,7 @@
//
//##
@panel-bg: #fff;
@panel-bg: #eee;
@panel-body-padding: 15px;
@panel-heading-padding: 10px 15px;
@panel-footer-padding: @panel-heading-padding;
@ -693,7 +687,7 @@
//** Border color for elements within panels
@panel-inner-border: #ddd;
@panel-footer-bg: #f5f5f5;
@panel-footer-bg: #eee;
@panel-default-text: @gray-dark;
@panel-default-border: #ddd;

View File

@ -226,7 +226,10 @@ ul {
.navbar {
height: 40px;
white-space: nowrap;
overflow: hidden;
}
.panel-body {
margin-bottom: -8px;
}
.strikethrough {