/*
 * SHARED WITH JAVELIN - /src/javelin/sass/_colors
 * color nicknames from http://chir.ag/projects/name-that-color/{{#hex-code}}
 */
/**
 * allows you to add styling to the bottom row of a grid using the mixins above
 */
/* line 3, src/hub/components/module/grid/grid.scss */
.grid-module {
  display: none;
}

/* line 9, src/hub/components/module/grid/grid.scss */
.grid-module-story[data-viewed="true"] .grid-module-story__headline-link:after {
  content: "read";
  font-family: "BWHaasGrotesk-55Roman-Web", Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #767676;
  text-transform: uppercase;
  padding-left: 15px;
  background: url('https://assets.bwbx.io/s3/javelin/public/hub/images/checkmark-green-12c7230eac.svg') left top no-repeat;
}

/* line 13, src/hub/components/module/grid/grid.scss */
.grid-module-story[data-viewed="true"][data-type="video"] .grid-module-story__headline-link:after {
  content: "watched";
}
