Skip to content

Commit

Permalink
NEPT-1191: Rebuilding assets, implementing build of the editor.css fi…
Browse files Browse the repository at this point in the history
…le (#209)
  • Loading branch information
netlooker authored and gillesdeudon committed Aug 2, 2017
1 parent 76bca60 commit 715d8ac
Show file tree
Hide file tree
Showing 10 changed files with 1,181 additions and 176 deletions.
573 changes: 500 additions & 73 deletions assets/css/ecl.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/css/ecl.css.map

This file was deleted.

125 changes: 76 additions & 49 deletions assets/fonts/europa-icons/europa-icons-codes.css
Original file line number Diff line number Diff line change
@@ -1,144 +1,171 @@
.ecl-icon-user:before {
content: '\e908';
}
.ecl-icon-logout:before {
content: '\e909';
}
.ecl-icon-spreadsheet:before {
content: '\e900';
}
.ecl-icon-share:before {
content: '\e901';
}
.ecl-icon-presentation:before {
content: '\e902';
}
.ecl-icon-multiple-files:before {
content: '\e903';
}
.ecl-icon-faq:before {
content: '\e904';
}
.ecl-icon-data:before {
content: '\e905';
}
.ecl-icon-book:before {
content: '\e906';
}
.ecl-icon-video:before {
content: '\e800';
} /* '' */
}
.ecl-icon-audio:before {
content: '\e801';
} /* '' */
}
.ecl-icon-brochure:before {
content: '\e802';
} /* '' */
}
.ecl-icon-euro:before {
content: '\e803';
} /* '' */
}
.ecl-icon-warning:before {
content: '\e804';
} /* '' */
}
.ecl-icon-spinner:before {
content: '\e805';
} /* '' */
}
.ecl-icon-download:before {
content: '\e806';
} /* '' */
}
.ecl-icon-edit:before {
content: '\e807';
} /* '' */
}
.ecl-icon-digital-big:before {
content: '\e808';
} /* '' */
}
.ecl-icon-facebook:before {
content: '\e809';
} /* '' */
}
.ecl-icon-file:before {
content: '\e80a';
} /* '' */
}
.ecl-icon-digital:before {
content: '\e80b';
} /* '' */
}
.ecl-icon-googleplus:before {
content: '\e80c';
} /* '' */
}
.ecl-icon-image:before {
content: '\e80d';
} /* '' */
}
.ecl-icon-package:before {
content: '\e80e';
} /* '' */
}
.ecl-icon-infographic:before {
content: '\e80f';
} /* '' */
}
.ecl-icon-linkedin:before {
content: '\e810';
} /* '' */
}
.ecl-icon-organigram:before {
content: '\e811';
} /* '' */
}
.ecl-icon-slides:before {
content: '\e812';
} /* '' */
}
.ecl-icon-rss:before {
content: '\e813';
} /* '' */
}
.ecl-icon-success:before {
content: '\e814';
} /* '' */
}
.ecl-icon-info:before {
content: '\e815';
} /* '' */
}
.ecl-icon-check:before {
content: '\e816';
} /* '' */
}
.ecl-icon-twitter:before {
content: '\e817';
} /* '' */
}
.ecl-icon-energy:before {
content: '\e818';
} /* '' */
}
.ecl-icon-budget:before {
content: '\e81a';
} /* '' */
}
.ecl-icon-location:before {
content: '\e81b';
} /* '' */
}
.ecl-icon-livestreaming:before {
content: '\e81c';
} /* '' */
}
.ecl-icon-icon-calendar:before {
content: '\e81d';
} /* '' */
}
.ecl-icon-languages:before {
content: '\e81e';
} /* '' */
}
.ecl-icon-down:before {
content: '\e81f';
} /* '' */
}
.ecl-icon-copy:before {
content: '\e820';
} /* '' */
}
.ecl-icon-arrow-up:before {
content: '\e821';
} /* '' */
}
.ecl-icon-arrow-down:before {
content: '\e822';
} /* '' */
}
.ecl-icon-search:before {
content: '\e823';
} /* '' */
}
.ecl-icon-language:before {
content: '\e824';
} /* '' */
}
.ecl-icon-external:before {
content: '\e825';
} /* '' */
}
.ecl-icon-left:before {
content: '\e826';
} /* '' */
}
.ecl-icon-up:before {
content: '\e827';
} /* '' */
}
.ecl-icon-right:before {
content: '\e828';
} /* '' */
}
.ecl-icon-global:before {
content: '\e829';
} /* '' */
}
.ecl-icon-growth:before {
content: '\e82a';
} /* '' */
}
.ecl-icon-regulation:before {
content: '\e82b';
} /* '' */
}
.ecl-icon-close:before {
content: '\e82c';
} /* '' */
}
.ecl-icon-close-dark:before {
content: '\e82d';
} /* '' */
}
.ecl-icon-conversation-speech-bubbles-:before {
content: '\e82e';
} /* '' */
}
.ecl-icon-error:before {
content: '\e82f';
} /* '' */
}
.ecl-icon-camera:before {
content: '\e900';
} /* '' */
content: '\e907';
}
Binary file modified assets/fonts/europa-icons/europa-icons.eot
100755 → 100644
Binary file not shown.
129 changes: 77 additions & 52 deletions assets/fonts/europa-icons/europa-icons.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/fonts/europa-icons/europa-icons.ttf
100755 → 100644
Binary file not shown.
Binary file modified assets/fonts/europa-icons/europa-icons.woff
100755 → 100644
Binary file not shown.
19 changes: 19 additions & 0 deletions assets/src/scss/editor-index.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
// Import normalize.css
@import-normalize;

// Core variables, mixins and reset
@import 'node_modules/@ec-europa/ecl-base';
@import 'node_modules/@ec-europa/ecl-base/reset';

// Icons & Images
@import 'node_modules/@ec-europa/ecl-icons';

// Typography
@import 'node_modules/@ec-europa/ecl-typography-headings/editor-headings';
@import 'node_modules/@ec-europa/ecl-typography-lists/editor-lists';
@import 'node_modules/@ec-europa/ecl-typography-paragraphs/editor-paragraph';

// Other atoms
@import 'node_modules/@ec-europa/ecl-blockquotes/editor-blockquotes';
@import 'node_modules/@ec-europa/ecl-links/editor-links';
@import 'node_modules/@ec-europa/ecl-tables/editor-tables';
7 changes: 7 additions & 0 deletions ecl-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ module.exports = {
options: {
sourceMap: false
}
},
{
entry: path.resolve(__dirname, "assets/src/scss/editor-index.scss"),
dest: path.resolve(__dirname, "wysiwyg/editor.css"),
options: {
sourceMap: false
}
}
],
copy: [
Expand Down
Loading

0 comments on commit 715d8ac

Please sign in to comment.