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;
67 text-shadow: 0 0 10px $body-bg;
83 flex-direction: column;
96 border-bottom: $border-width solid $border-color;
105 border-right: $border-width solid $border-color;
108 .cb-listitem.cb-unlisted .cb-thumbnail {
112 .cb-listitem.cb-unlisted .cb-column,
113 .cb-listitem.cb-unlisted .cb-column a {
117 @include media-breakpoint-down(sm) {
124 @include media-breakpoint-up(sm) {
164 .cb-toolbar-container .dropdown-scrollable {