diff --git a/docs/static/blockquote.png b/docs/static/blockquote.png new file mode 100644 index 0000000..5ea37ff Binary files /dev/null and b/docs/static/blockquote.png differ diff --git a/docs/styles.md b/docs/styles.md index 9f97157..2260da1 100644 --- a/docs/styles.md +++ b/docs/styles.md @@ -944,6 +944,27 @@ have a `

` tag and `` tags. --- +## Blockquote + +Add a styled blockquote. + +**Examples** + +

+ +
+ +**Availability** + +The blockquote styling should only be used on `
` tags. + +**Usage** +```html +
Andre bought a new bag of cat food. The next day, he opened it to feed his cat. The graph shows how many ounces were left in the bag on the days after it was bought.
+``` + +--- + # Flex ## Initializing Flexbox (os-raise-d-flex-nowrap / os-raise-d-flex) diff --git a/src/styles/content.scss b/src/styles/content.scss index 1935c0e..bb76cda 100644 --- a/src/styles/content.scss +++ b/src/styles/content.scss @@ -312,6 +312,13 @@ table.os-raise-horizontaltable { color: #000; } +.os-raise-blockquote { + color: #000; + margin: 0 .5rem 1rem; + padding: 1rem 1.5rem; + border-left: .188rem solid #F47641; +} + // Extra Support Box Styles .os-raise-extrasupport { border: .0625rem solid #757575;