<div class="description-wrapper">
    <div class="description">
        <div class="description-title">
            <h3>Work Notes</h3>
        </div>
        <p class="description-description">Intense clove flavors attack the palate, one side stays spicy, and the other shows a maltiness and sweetness. Some tropical fruitiness; strong, fresh apple and bubble-gum notes; and more biting phenols meet in the middle like a train wreck. Peppery
            and bitey yeast, with an unpleasant pithy and tannic astringency. Smacks of lager-esque sourness, under a faint lemon. Some sweet malty flavors attempt to well up amid the chaos, but they get killed halfway through. Finishes dry, with a gummy
            character akin to Bazooka bubble gum, and lingering phenols.</p>
    </div>
</div>

<div class="description-wrapper">
  <div class="description">
    <div class="description-title">
      <h3>{{ description-title }}</h3>
    </div>
    <p class="description-description">{{ description-description }}</p>
  </div>
</div>
{
  "icon-title": "Work Notes",
  "description-title": "Work Notes",
  "description-description": "Intense clove flavors attack the palate, one side stays spicy, and the other shows a maltiness and sweetness. Some tropical fruitiness; strong, fresh apple and bubble-gum notes; and more biting phenols meet in the middle like a train wreck. Peppery and bitey yeast, with an unpleasant pithy and tannic astringency. Smacks of lager-esque sourness, under a faint lemon. Some sweet malty flavors attempt to well up amid the chaos, but they get killed halfway through. Finishes dry, with a gummy character akin to Bazooka bubble gum, and lingering phenols.",
  "icon-icon-url": "/images/feature-notes-icon.jpeg",
  "main-logo": "/images/COL_Logo_Full_2ColorBig.png",
  "site-title": "Care on Location",
  "year": 2017,
  "nav-items": [
    {
      "nav-item-link": "#",
      "nav-item-title": "Services",
      "classes": "has-sub-menu",
      "sub-nav-items": [
        {
          "nav-item-link": "#",
          "nav-item-title": "Video Care Consult"
        },
        {
          "nav-item-link": "#",
          "nav-item-title": "Assisted Video Care Consult"
        },
        {
          "nav-item-link": "#",
          "nav-item-title": "On Location Care Consult"
        }
      ]
    },
    {
      "nav-item-link": "#",
      "nav-item-title": "Providers"
    },
    {
      "nav-item-link": "#",
      "nav-item-title": "Partners"
    },
    {
      "nav-item-link": "#",
      "nav-item-title": "About"
    },
    {
      "nav-item-link": "#",
      "nav-item-title": "FAQ"
    },
    {
      "nav-item-link": "#",
      "nav-item-title": "News"
    }
  ],
  "org-address": "111 N. 1st St. <br /> Denver, CO 80204",
  "org-phone": "303-111-1111",
  "socials": [
    {
      "social": "facebook",
      "social-url": "https://www.facebook.com"
    },
    {
      "social": "twitter",
      "social-url": "https://www.twitter.com"
    },
    {
      "social": "google-plus",
      "social-url": "https://plus.google.com"
    }
  ]
}
  • Content:
    .description {
      max-width: 600px;
      margin-top: 10px;
      margin-bottom: 10px;
      h3 {
        margin-top: 5px;
        text-align: center;
      }
    
    }
    
    .description-icon {
      max-width: 100px;
      margin-left: auto;
      margin-right: auto;
    }
    
    .description-description {
      min-width: 400px;
      padding: 5px 20px;
    }
    
  • URL: /components/raw/description/_description.scss
  • Filesystem Path: src/components/02-patterns/description/_description.scss
  • Size: 294 Bytes

Descriptions contain longer descriptions of items than cards, and can also contain an icon.