Vivid-Casper/assets/built
Rishabh Garg f5b2a2f209
Added bookmark card CSS (#607)
refs 9bfd340885 and c2aa62083c

Adds css for styling new bookmark card which generates following html -
  ```html
  <figure class="kg-card kg-bookmark-card">
    <a href="[URL]" class="kg-bookmark-container">
      <div class="kg-bookmark-content">
        <div class="kg-bookmark-title">[TITLE]</div>
        <div class="kg-bookmark-description">[DESCRIPTION]</div>
        <div class="kg-bookmark-metadata">
          <img src="[ICON]" class="kg-bookmark-icon">
          <span class="kg-bookmark-author">[AUTHOR]</span>
          <span class="kg-bookmark-publisher">[PUBLISHER]</span>
        </div>
      </div>
      <div class="kg-bookmark-thumbnail">
        <img src="[THUMBNAIL]">
      </div>
    </a>
  </figure>
  ```
2019-08-27 20:56:42 +05:30
..
global.css Re-build CSS using latest dependencies (#573) 2019-05-01 10:28:34 +02:00
global.css.map Re-build CSS using latest dependencies (#573) 2019-05-01 10:28:34 +02:00
infinitescroll.js Updated all built assets 2019-03-10 17:30:20 +00:00
infinitescroll.js.map Updated all built assets 2019-03-10 17:30:20 +00:00
jquery.fitvids.js Updated all built assets 2019-03-10 17:30:20 +00:00
jquery.fitvids.js.map Updated all built assets 2019-03-10 17:30:20 +00:00
screen.css Added bookmark card CSS (#607) 2019-08-27 20:56:42 +05:30
screen.css.map Added bookmark card CSS (#607) 2019-08-27 20:56:42 +05:30