woodpecker/server/app/styles/base/variables.less
Brad Rydzewski 83577a7d5d removed css files. designers will be providing
removed amber files. replacing with angular
removed queue package in favor or worker package
removed channel package in favor of pubsub package
2014-06-21 14:22:38 -07:00

28 lines
No EOL
658 B
Text

@font-family-sans: 'Open Sans';
@font-family-mono: 'Droid Sans Mono';
@font-family-logo: 'Orbitron';
@border: #DDDDDD;
@border-light: #EEEEEE;
@darkest: #222625;
@darker: #383C3B;
@circle: 50%;
// shades of green used to convey a successful build.
@green: #40C598;
// shades of red used to convey a failed build.
@red: #ED5564;
@red-text: #d9534f;
@red-text-light: #E48784;
@red-background: #fdf7f7;
@red-border: #F6AAB2;
// shades of yellow used to convey a pending or started build.
@yellow: #fee172;
@yellow-text: #CBB45B;
@yellow-text-light: #CBB45B;
@yellow-background: #fef9e5;
@yellow-border: #fee172;