/* ================================== */
/* CSS for control sap.ushell/Catalog */
/* ================================== */

.sapUshellCatalogNewGroupBackButton {
  background-color: transparent;
}

.sapUshellAppBox {
  background: @sapUiTileBackground;
  color: @sapUiDarkText;
  box-shadow: 0 0 0 1px fadeout(@sapUiTileBorderColor, 20%);

  &:hover {
    box-shadow: 0 0 0 2px @sapUiLightShadowTint;
  }
}

.sapUshellAppBoxIcon {
  color: @sapUiBrand
}

.sapUshellAppBoxTitle {
  color: @sapUiDarkText;
}

.sapUshellAppBoxSubtitle {
  color: @sapUiLightText;
}
