Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div class="topbar">
- <div class="topbar__container">
- <ul class="topbar__list">
- <li class="topbar__item">
- <span class="topbar__text">
- <strong class="topbar__text--bold">{{ settings.shippingTitle }}</strong>
- {{ settings.shippingSubtitle }}
- </span>
- </li>
- <li class="topbar__item">
- <span class="topbar__text">
- <strong class="topbar__text--bold">{{ settings.billTitle }}</strong>
- {{ settings.billSubtitle }}
- </span>
- </li>
- <li class="topbar__item">
- <span class="topbar__text">
- <strong class="topbar__text--bold">{{ settings.cardTitle }}</strong>
- {{ settings.cardSubtitle }}
- </span>
- </li>
- </ul>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement