All Downloads are FREE. Search and download functionalities are using the official Maven repository.

theme.keycloak.welcome.resources.css.welcome.css Maven / Gradle / Ivy

There is a newer version: 26.0.5
Show newest version
.pf-v5-c-background-image {
  /* Change background size so that the image covers the entire background. */
  --pf-v5-c-background-image--BackgroundSize: cover;
}

.pf-v5-c-login__container {
  /* Change the grid layout so that the header is always above the main area. */
  grid-template-areas: "header" "main";
  --pf-v5-c-login__container--xl--GridTemplateColumns: minmax(auto, 34rem);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy