Advertisement
lugarcia94

top_bar.html

Sep 10th, 2018
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.70 KB | None | 0 0
  1. <div class="topbar">
  2.     <div class="topbar__container">
  3.  
  4.         <ul class="topbar__list">
  5.  
  6.             <li class="topbar__item">
  7.                 <span class="topbar__text">
  8.                     <strong class="topbar__text--bold">{{ settings.shippingTitle }}</strong>
  9.                     {{ settings.shippingSubtitle }}
  10.                 </span>
  11.             </li>
  12.  
  13.             <li class="topbar__item">
  14.                 <span class="topbar__text">
  15.                     <strong class="topbar__text--bold">{{ settings.billTitle }}</strong>
  16.                     {{ settings.billSubtitle }}
  17.                 </span>
  18.             </li>
  19.  
  20.             <li class="topbar__item">
  21.                 <span class="topbar__text">
  22.                     <strong class="topbar__text--bold">{{ settings.cardTitle }}</strong>
  23.                     {{ settings.cardSubtitle }}
  24.                 </span>
  25.             </li>
  26.  
  27.         </ul>
  28.  
  29.     </div>
  30. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement