website/src/components/gallery/ShowcaseTemplateSearch/styles.module.css [6:21]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.cover {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

.searchContainer {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.searchArea {
  position: relative;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



website/src/pages/styles.module.css [25:40]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.cover {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

.searchContainer {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.searchArea {
  position: relative;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



