1 .content-bank-container {
12 background-repeat: no-repeat;
13 background-position: center;
14 background-size: cover;
18 margin-bottom: 0.5rem;
21 .cb-listitem.cb-unlisted {
25 @include media-breakpoint-down(sm) {
31 @include media-breakpoint-up(sm) {
49 margin-bottom: 0.5rem;
52 .cb-unlisted .cb-thumbnail {
56 /* Display a centered eye slash on top of unlisted content icons. */
62 content: $fa-var-eye-slash;
63 font-family: FontAwesome;
82 flex-direction: column;
95 border-bottom: $border-width solid $border-color;
104 border-right: $border-width solid $border-color;
107 .cb-listitem.cb-unlisted .cb-thumbnail {
111 .cb-listitem.cb-unlisted .cb-column,
112 .cb-listitem.cb-unlisted .cb-column a {
116 @include media-breakpoint-down(sm) {
123 @include media-breakpoint-up(sm) {
160 .cb-toolbar-container .dropdown-scrollable {