source: prototipo_portal_2018/prototipo/static/font-awesome/less/larger.less @ 0500480

Last change on this file since 0500480 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: 370 bytes
Line 
1// Icon Sizes
2// -------------------------
3
4/* makes the font 33% larger relative to the icon container */
5.@{fa-css-prefix}-lg {
6  font-size: (4em / 3);
7  line-height: (3em / 4);
8  vertical-align: -15%;
9}
10.@{fa-css-prefix}-2x { font-size: 2em; }
11.@{fa-css-prefix}-3x { font-size: 3em; }
12.@{fa-css-prefix}-4x { font-size: 4em; }
13.@{fa-css-prefix}-5x { font-size: 5em; }
Note: See TracBrowser for help on using the repository browser.