/* HEY LOOK HERE - NOTE - if you're adding a custom variable, make sure '!default' in not at the end, otherwise,
 Bootstrap will enforce the factory default color */
.library-cards-grid .layout-grid-cell {
  border-radius: 8px;
}
.library-cards-grid .layout-grid-cell.selected {
  background-color: #e1eefb;
}
/* HEY LOOK HERE - NOTE - if you're adding a custom variable, make sure '!default' in not at the end, otherwise,
 Bootstrap will enforce the factory default color */
.library-rows-grid .layout-grid-cell:hover {
  background-color: #f7f7f7;
}
.library-rows-grid .layout-grid-cell.selected {
  background-color: #e1eefb;
}
.library-rows-grid .layout-grid-cell:focus {
  outline-offset: -2px;
}

/*# sourceMappingURL=LibraryContent~1ce4dae1.2a9539da.chunk.css.map*/