File: variables.less

package info (click to toggle)
php-di 7.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,940 kB
  • sloc: php: 10,572; makefile: 42; xml: 17; sh: 10; pascal: 5
file content (11 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
// Bootstrap variables
@brand-primary: #D5A51F;
@text-color: #4A4A4A;

@grey-background-light: #f8f8f8;
@background-colored: #e7e7e7;
@border-color: #f0f2f1;


@link-color: darken(@brand-primary, 5%);
@link-hover-color: #9D5A08;