Leopard Chat Client
  • Quick Start
  • Screenshots
  • Setup
    • Extension Helper
    • Context Variables
      • Greeting Message
      • Channel
      • User's Time Zone
      • Location Context Parameters
    • Build Variables
  • Content Styling
    • CSS Styles
    • Icons
    • Markdown & HTML
  • Components Simple Syntax
  • Components
    • Answer Borders
    • Audio Player
    • Auto Open Leopard with Link
    • Alerts
    • Buttons and Lists
    • Card
    • Response Icons
    • Date & Time Pickers
    • Emergency Button
    • Expensive Operations
    • Field Masks
    • Chat Field Types (Email, Password, Location, Upload)
    • Forms
      • Feedback Form
      • Custom Forms
        • Example Config
        • Postback Object
        • Button Object
        • Field Types
        • Style Object
        • Icons Object
        • Masks
        • Validation
    • Google Map
    • Help Text
    • HTML Modal
    • Hyperlinks
    • Images
      • Image
      • Image Carousel
    • Tables
      • Tables - Simple
      • Tables - Advanced
    • Theme Change
    • Toasts
    • Language Auto Switch
    • Minimize Chat after Delay
    • Multiple Components - Same Response
    • Modal Size & Positioning
    • Open Long Response in Modal
    • Print Icon
    • Prompt Trigger Polling
    • Splitting Answers - Chunks
    • Video Player
  • Administration Area
    • Solution Configuration
    • Demo Mode - iFrames & URLs
    • ASR and TTS
  • Integrations
    • Logging / Reporting
    • Social Authentication
    • Live Chat
  • Embedding / Production
Powered by GitBook
On this page
  1. Content Styling

CSS Styles

Vuetify exposes a wealth of CSS styles that can be referenced in the text of Teneo responses. This includes specific colors, primary and secondary colors (your theme colors), paddings and margins.

Vuetify defines a bunch of helper classes that can be used to add color, decoration, font size, margins and paddings. The classes can be found on the following pages.

Type

Vuetify Link

Elevation

Colors

Border Radius

Spacing ยป Margins and Padding

Text and Typography

Markdown and HTML example

> ### The quartely results look good!
>
> - Revenue was off the chart.
> - Profits were higher than ever
>
> *Everything* is `going according` to **plan**.

Lorem ipsum dolor sit amet
----
Some <b>more</b> text <a href="https://www.artificial-solutions.com/" target="_blank">Artificial Solutions</a>
<span class="red--text">This text should be red</span>
<span class="primary--text">This text should be in the primary color</span>
<span class="secondary--text">This text should be in the secondary color</span>
<span class="text-decoration-underline">This text should be underlined</span>
<div class="elevation-3 primary white--text pa-3">This text should be white, the background should be in the primary color and all the text should have an elevation of 3. Also the div will have a 3 point padding in all directions.</div>
PreviousContent StylingNextIcons

Last updated 4 years ago

https://vuetifyjs.com/en/styles/elevation/
https://vuetifyjs.com/en/styles/colors/
https://vuetifyjs.com/en/styles/border-radius/
https://vuetifyjs.com/en/styles/spacing/
https://vuetifyjs.com/en/styles/text-and-typography/#typography