From: Kevin Ball Date: Mon, 15 May 2017 22:16:52 +0000 (-0700) Subject: Work in progress badge and label X-Git-Tag: v6.4.0-rc1~46^2~26^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01cb69e4d05fc196e8509fbe6d56c236e8a2448f;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Work in progress badge and label --- diff --git a/docs/pages/badge.md b/docs/pages/badge.md index 27d810541..872cc729d 100644 --- a/docs/pages/badge.md +++ b/docs/pages/badge.md @@ -9,11 +9,11 @@ sass: scss/components/_badge.scss Add the `.badge` class to an element to create a badge. In the below example, we're using ``, but any tag will work fine.

- Watch this part in video + Watch this part in video

- edit on codepen button + edit on codepen button
```html_example @@ -42,11 +42,11 @@ Finally, the content itself might need more context for users that use screen re Add color classes to give badges additional meaning.

- Watch this part in video + Watch this part in video

- edit on codepen button + edit on codepen button
```html_example @@ -107,11 +107,11 @@ The text color for each badge class is determined by either `$badge-color` or `$ An icon can be used in place of text. We're using the [Foundation icon font](http://zurb.com/playground/foundation-icon-fonts-3) here, but any icon fonts or image-based icons will work fine.

- Watch this part in video + Watch this part in video

- edit on codepen button + edit on codepen button
```html_example diff --git a/docs/pages/label.md b/docs/pages/label.md index 154c3edc6..4d9d205fc 100644 --- a/docs/pages/label.md +++ b/docs/pages/label.md @@ -9,11 +9,11 @@ sass: scss/components/_label.scss Add the `.label` class to an element to create a label. In the below example, we're using ``, but any tag will work fine.

- Watch this part in video + Watch this part in video

- edit on codepen button + edit on codepen button
```html_example @@ -44,11 +44,11 @@ If an element is described by multiple labels, place multiple IDs inside of `ari Add color classes to give labels additional meaning.

- Watch this part in video + Watch this part in video

- edit on codepen button + edit on codepen button
```html_example @@ -109,11 +109,11 @@ The text color for each label class is determined by either `$label-color` or `$ An icon can be dropped into a label just fine. We're using the [Foundation icon font](http://zurb.com/playground/foundation-icon-fonts-3) here, but any icon fonts or image-based icons will work fine.

- Watch this part in video + Watch this part in video

- edit on codepen button + edit on codepen button
```html_example