Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(social-icons): upgrade component - INNO-693 #282

Merged
merged 12 commits into from
Jul 17, 2017
Merged
23 changes: 22 additions & 1 deletion framework/components/ecl-social-icons/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Social icons

Social network icons.
This is the ECL package you need when you want to implement a social media icon in any way.

Few possibilities to do so:

- As a link:

```html
<a href="#" class="ecl-link ecl-icon-social ecl-icon-social--facebook">Facebook</a>
```
Note that the `ecl-link` class is an optional extension you can have for links formatting.

- As a span:

```html
<span class="ecl-icon-social ecl-icon-social--facebook">Facebook</span>
```

- Making an icon smaller:

```html
<span class="ecl-icon-social ecl-icon-social--smaller ecl-icon-social--facebook">Facebook</span>
```
131 changes: 0 additions & 131 deletions framework/components/ecl-social-icons/_social-icons.scss

This file was deleted.

Loading