source: prototipo_portal_2018/prototipo/static/less/variables.less @ 747e744

Last change on this file since 747e744 was 747e744, checked in by Antonio Araujo <aaraujo@…>, 7 years ago

Creado directorio prototipo con fuentes de la modificación del portal para establecer la ubicación de la firma visible

  • Property mode set to 100644
File size: 389 bytes
Line 
1// Variables
2
3// Gray and Brand Colors for use across theme
4
5@theme-primary:    #0085A1;
6
7@gray-base:        #000;
8@gray-darker:      lighten(@gray-base, 13.5%); // #222
9@gray-dark:        lighten(@gray-base, 20%);   // #333
10@gray:             lighten(@gray-base, 33.5%); // #555
11@gray-light:       lighten(@gray-base, 46.7%); // #777
12@gray-lighter:     lighten(@gray-base, 93.5%); // #eee
Note: See TracBrowser for help on using the repository browser.