From: Kevin Ball Date: Mon, 15 May 2017 03:43:12 +0000 (-0700) Subject: Update watch video icon throughout X-Git-Tag: v6.4.0-rc1~46^2~29^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e48e19675b6f408f4691f65c6ee0e5a309e76f87;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update watch video icon throughout --- diff --git a/docs/assets/img/icons/watch-video-icon.svg b/docs/assets/img/icons/watch-video-icon.svg new file mode 100644 index 000000000..839a3c2c5 --- /dev/null +++ b/docs/assets/img/icons/watch-video-icon.svg @@ -0,0 +1,12 @@ + + + + Page 1 Copy 2 + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/docs/pages/button-group.md b/docs/pages/button-group.md index 295b93f46..e02636e91 100644 --- a/docs/pages/button-group.md +++ b/docs/pages/button-group.md @@ -13,7 +13,7 @@ flexbox: true Add the `.button-group` class to a container, and inside it place any number of buttons. The buttons are separated by a small border.
- Watch this part in video + Watch this part in video edit on codepen button
@@ -33,7 +33,7 @@ Add the `.button-group` class to a container, and inside it place any number of Button groups can be sized with the same classes as standard buttons: `.tiny`, `.small`, and `.large`.
- Watch this part in video + Watch this part in video edit on codepen button
@@ -53,7 +53,7 @@ Button groups can be sized with the same classes as standard buttons: `.tiny`, ` Buttons within a button group can be colored individually with the `.secondary`, `.success`, `.warning`, and `.alert` classes.
- Watch this part in video + Watch this part in video edit on codepen button
@@ -85,7 +85,7 @@ The entire group can also be colored using the same classes. Add the `.expanded` class to the container to make a full-width button group. Each item will automatically size itself based on how many buttons there are, up to a maximum of six.
- Watch this part in video + Watch this part in video edit on codepen button
@@ -105,7 +105,7 @@ Add the `.expanded` class to the container to make a full-width button group. Ea A button group can be made vertical with the `.stacked` class. You can also use `.stacked-for-small` to only stack a button group on small screens, or `.stacked-for-medium` to only stack on small and medium screens.
- Watch this part in video + Watch this part in video edit on codepen button
@@ -129,7 +129,7 @@ To build a split button, just create a button group with two buttons. To create a button with only an arrow, add the class `.arrow-only`. Note that the button still needs a label for screen readers, which can be embedded inside the button with a `.show-for-sr` element. In the example below, an assistive device will read the arrow button as "Show menu".
- Watch this part in video + Watch this part in video edit on codepen button
diff --git a/docs/pages/button.md b/docs/pages/button.md index 998806fef..2c4295b5a 100644 --- a/docs/pages/button.md +++ b/docs/pages/button.md @@ -19,7 +19,7 @@ A basic button can be created with minimal markup. Because buttons can be used f
- Watch this part in video + Watch this part in video edit on codepen button
@@ -41,7 +41,7 @@ A basic button can be created with minimal markup. Because buttons can be used f Additional classes can be added to your button to change its size and shape.
- Watch this part in video + Watch this part in video edit on codepen button
@@ -62,7 +62,7 @@ Additional classes can be added to your button to change its size and shape. Add color classes to give buttons additional meaning.
- Watch this part in video + Watch this part in video edit on codepen button
@@ -125,7 +125,7 @@ The text color for each button class is determined by either `$button-color` or The `.disabled` class will give buttons a faded appearance. The class is a purely visual style, and won't actually disable a control. For `