improve less formating - part 2 (template area and base modules)
- remove @author from comments - adjust the spacing
This commit is contained in:
parent
cbc7dfe5f0
commit
5e01750458
30 changed files with 90 additions and 297 deletions
|
@ -1,10 +1,8 @@
|
|||
/**
|
||||
* This file provides styles for web fonts and icon fonts
|
||||
*
|
||||
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
||||
* (If you add new icons in the fontello set you have to add the icon class and associated character encoding here)
|
||||
*/
|
||||
|
||||
|
||||
/* icon font */
|
||||
.setIconFontFace('fontello','fontello');
|
||||
|
||||
|
@ -12,12 +10,7 @@
|
|||
.fontello();
|
||||
}
|
||||
|
||||
|
||||
/* + + + + + fontello codes + + + + + */
|
||||
/**
|
||||
* If in the Fontello-Packet an icon is added, the code should be supplemented here:
|
||||
*/
|
||||
|
||||
.icon-emo-happy { &::before { content: '\e804'; } } /* '' */
|
||||
.icon-emo-wink { &::before { content: '\e805'; } } /* '' */
|
||||
.icon-emo-unhappy { &::before { content: '\e806'; } } /* '' */
|
||||
|
@ -94,7 +87,6 @@
|
|||
|
||||
|
||||
/* + + + + + additional "after" for nav-pagetools + + + + + */
|
||||
|
||||
.icon-pencil {
|
||||
&::before,
|
||||
&::after { content: '\e840'; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue